This commit is contained in:
parent
43b6539475
commit
69887c4a02
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
__version__ = "0.0.5"
|
__version__ = "0.0.5"
|
||||||
print(f"Codename IRCat v{__version__}")
|
print(f"Codename IRCat v{__version__}")
|
||||||
print("Welcome! /ᐠ ˵> ⩊ <˵マ")
|
print("Welcome! /ᐠ ˵> ⩊ <˵マ")
|
||||||
import socket, time, ssl, threading, traceback, sys, subprocess, yaml, sqlite3, os, bcrypt, importlib
|
import socket, time, ssl, threading, traceback, sys, subprocess, yaml, sqlite3, os, importlib
|
||||||
from OpenSSL import SSL
|
from OpenSSL import SSL
|
||||||
from requests import get
|
from requests import get
|
||||||
if not len(sys.argv) == 2:
|
if not len(sys.argv) == 2:
|
||||||
|
|
Loading…
Add table
Reference in a new issue