mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-03 08:04:07 +01:00
Remove confusing comment (irrelevant since 69ead6c2677262a52f8e9fcd185110d383f2c63d)
This commit is contained in:
parent
4f6a5e7db9
commit
e5ef138378
@ -57,7 +57,7 @@ class Admin(callbacks.Plugin):
|
||||
"""Nick/channel temporarily unavailable."""
|
||||
target = msg.args[0]
|
||||
t = time.time() + 30
|
||||
if irc.isChannel(target): # We don't care about nicks.
|
||||
if irc.isChannel(target):
|
||||
# Let's schedule a rejoin.
|
||||
networkGroup = conf.supybot.networks.get(irc.network)
|
||||
def rejoin():
|
||||
|
Loading…
Reference in New Issue
Block a user