Add files via upload

This commit is contained in:
Death916 2020-01-23 01:42:45 -08:00 committed by GitHub
parent b8e9c03272
commit bd6d7519e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ def ping():
def send(msg, target):
sock.send(bytes("PRIVMSG " + target + " :" + msg + "\n", "UTF-8"))
#def combo():
def main():
@ -81,6 +81,7 @@ def main():
print('restart')
join(channel)
join(channel2)
send("restart", channel2)
start_time = time.time()