Redid that last commit.
This commit is contained in:
parent
de3ab7cfab
commit
00d80f0122
2 changed files with 12 additions and 1 deletions
|
@ -185,7 +185,6 @@ class IRC(object):
|
|||
|
||||
def set_nick(self, nick):
|
||||
self.cmd("NICK", [nick])
|
||||
self.nick = nick
|
||||
|
||||
def join(self, channel):
|
||||
""" makes the bot join a channel """
|
||||
|
|
Reference in a new issue