Fix typo.

This commit is contained in:
Valentin Lorentz 2015-12-04 13:39:28 +01:00
parent 2937152dc1
commit 4d3fa77018

View File

@ -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)