mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Had wrong channel argument in IrcStat.do332.
This commit is contained in:
parent
800efee2ea
commit
f35c9e8d05
@ -292,7 +292,7 @@ class IrcState(IrcCommandDispatcher):
|
||||
chan.topic = msg.args[1]
|
||||
|
||||
def do332(self, irc, msg):
|
||||
chan = self.channels[msg.args[0]]
|
||||
chan = self.channels[msg.args[1]]
|
||||
chan.topic = msg.args[2]
|
||||
|
||||
def doNick(self, irc, msg):
|
||||
|
Loading…
Reference in New Issue
Block a user