mirror of
https://github.com/Death916/combo.git
synced 2026-04-10 03:04:41 -07:00
remove auth
This commit is contained in:
parent
3800ea9b8d
commit
157522d991
1 changed files with 2 additions and 2 deletions
4
combo.py
4
combo.py
|
|
@ -19,8 +19,8 @@ def connect():
|
|||
sock.send(bytes("USER " + nick +" "+ nick + " " + nick + " " + nick + "\n", "UTF-8"))
|
||||
sock.send(bytes("NICK " + nick + "\n", "UTF-8" + "\n"))
|
||||
|
||||
#def auth():
|
||||
sock.send(bytes("PRIVMSG" + " NICKSERV :identify " + password +"\n"," UTF-8"))
|
||||
"""def auth():
|
||||
sock.send(bytes("PRIVMSG" + " NICKSERV :identify " + password +"\n"," UTF-8"))"""
|
||||
|
||||
def join(chan):
|
||||
sock.send(bytes("JOIN " + chan + "\n", "UTF-8"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue