mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 13:01:06 -05: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…
x
Reference in New Issue
Block a user