Redid that last commit.

This commit is contained in:
Luke Rogers 2012-10-12 21:56:09 +13:00
parent de3ab7cfab
commit 00d80f0122
2 changed files with 12 additions and 1 deletions

View file

@ -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 """