Update server.py
All checks were successful
Check syntax / check (push) Successful in 6s

This commit is contained in:
Nova Cat 2024-12-24 16:50:04 -08:00
parent f5c05fe0e7
commit 65e6c4344e

View file

@ -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