mirror of
https://github.com/Death916/combo.git
synced 2026-04-10 03:04:41 -07:00
heroku fix
This commit is contained in:
parent
12d418304f
commit
3800ea9b8d
1 changed files with 2 additions and 2 deletions
4
combo.py
4
combo.py
|
|
@ -8,7 +8,7 @@ channel = "#r.trees"
|
||||||
nick = "combo"
|
nick = "combo"
|
||||||
admin = "Death916"
|
admin = "Death916"
|
||||||
logout = "bye " + nick
|
logout = "bye " + nick
|
||||||
password = input('input password\n')
|
#password = input('input password\n')
|
||||||
combo = 0
|
combo = 0
|
||||||
last_nick = ""
|
last_nick = ""
|
||||||
exit_code = "!cquit"
|
exit_code = "!cquit"
|
||||||
|
|
@ -19,7 +19,7 @@ def connect():
|
||||||
sock.send(bytes("USER " + nick +" "+ nick + " " + nick + " " + nick + "\n", "UTF-8"))
|
sock.send(bytes("USER " + nick +" "+ nick + " " + nick + " " + nick + "\n", "UTF-8"))
|
||||||
sock.send(bytes("NICK " + nick + "\n", "UTF-8" + "\n"))
|
sock.send(bytes("NICK " + nick + "\n", "UTF-8" + "\n"))
|
||||||
|
|
||||||
def auth():
|
#def auth():
|
||||||
sock.send(bytes("PRIVMSG" + " NICKSERV :identify " + password +"\n"," UTF-8"))
|
sock.send(bytes("PRIVMSG" + " NICKSERV :identify " + password +"\n"," UTF-8"))
|
||||||
|
|
||||||
def join(chan):
|
def join(chan):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue