heroku fix

This commit is contained in:
Death916 2018-09-09 08:37:52 -07:00
parent 12d418304f
commit 3800ea9b8d

View file

@ -8,7 +8,7 @@ channel = "#r.trees"
nick = "combo"
admin = "Death916"
logout = "bye " + nick
password = input('input password\n')
#password = input('input password\n')
combo = 0
last_nick = ""
exit_code = "!cquit"
@ -19,7 +19,7 @@ def connect():
sock.send(bytes("USER " + nick +" "+ nick + " " + nick + " " + nick + "\n", "UTF-8"))
sock.send(bytes("NICK " + nick + "\n", "UTF-8" + "\n"))
def auth():
#def auth():
sock.send(bytes("PRIVMSG" + " NICKSERV :identify " + password +"\n"," UTF-8"))
def join(chan):