This commit is contained in:
parent
f1f4f5688a
commit
c0fce8a325
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
__version__ = "0.0.4"
|
__version__ = "0.0.4"
|
||||||
print(f"Codename IRCat v{__version__}")
|
print(f"Codename IRCat v{__version__}")
|
||||||
print("Welcome! /ᐠ ˵> ⩊ <˵マ")
|
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
|
from requests import get
|
||||||
if not len(sys.argv) == 2:
|
if not len(sys.argv) == 2:
|
||||||
print("IRCat requires the following arguments: config.yml")
|
print("IRCat requires the following arguments: config.yml")
|
||||||
|
|
Loading…
Add table
Reference in a new issue