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

This commit is contained in:
Nova Cat 2025-01-21 19:25:10 -08:00
parent f1f4f5688a
commit c0fce8a325

View file

@ -2,7 +2,8 @@
__version__ = "0.0.4"
print(f"Codename IRCat v{__version__}")
print("Welcome! /ᐠ ˵> ⩊ <˵マ")
import socket, ssl, time, threading, traceback, sys, subprocess, yaml, sqlite3, os, bcrypt, importlib
import socket, time, threading, traceback, sys, subprocess, yaml, sqlite3, os, bcrypt, importlib
from OpenSSL import SSL as ssl
from requests import get
if not len(sys.argv) == 2:
print("IRCat requires the following arguments: config.yml")