Reverted earlier bugfix - this causes more issues then it solves

This commit is contained in:
Luke Rogers 2012-03-19 15:31:19 +13:00
parent 9802e415bd
commit efc52eb554

View file

@ -180,7 +180,6 @@ class IRC(object):
def set_nick(self, nick):
self.cmd("NICK", [nick])
self.nick = nick
def join(self, channel):
self.cmd("JOIN", [channel])