Update server.py
All checks were successful
Check syntax / check (push) Successful in 6s
All checks were successful
Check syntax / check (push) Successful in 6s
This commit is contained in:
parent
f5c05fe0e7
commit
65e6c4344e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
__version__ = "0.0.1-pre-alpha"
|
||||
print(f"INTERNET RELAY CAT v{__version__}")
|
||||
print(f"Codename IRCat v{__version__}")
|
||||
print("Welcome! /ᐠ ˵> ⩊ <˵マ")
|
||||
import socket, time, threading, traceback, sys, subprocess, yaml, sqlite3, os, bcrypt
|
||||
from requests import get
|
||||
|
|
Loading…
Reference in a new issue