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