mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +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…
x
Reference in New Issue
Block a user