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

This commit is contained in:
Nova Cat 2025-01-21 19:26:35 -08:00
parent c0fce8a325
commit fbb3e074cb

View file

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