mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +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]
|
chan.topic = msg.args[1]
|
||||||
|
|
||||||
def do332(self, irc, msg):
|
def do332(self, irc, msg):
|
||||||
chan = self.channels[msg.args[0]]
|
chan = self.channels[msg.args[1]]
|
||||||
chan.topic = msg.args[2]
|
chan.topic = msg.args[2]
|
||||||
|
|
||||||
def doNick(self, irc, msg):
|
def doNick(self, irc, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user