mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fix typo.
This commit is contained in:
parent
2937152dc1
commit
4d3fa77018
@ -67,7 +67,7 @@ class Limiter(callbacks.Plugin):
|
||||
doKick = doJoin
|
||||
|
||||
def doQuit(self, irc, msg):
|
||||
for channel in msg.tagged('channels')
|
||||
for channel in msg.tagged('channels'):
|
||||
self._enforceLimit(irc, channel)
|
||||
Limiter = internationalizeDocstring(Limiter)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user