Remove confusing comment (irrelevant since 69ead6c2677262a52f8e9fcd185110d383f2c63d)

This commit is contained in:
Valentin Lorentz 2017-09-24 21:21:45 +02:00
parent 4f6a5e7db9
commit e5ef138378
1 changed files with 1 additions and 1 deletions

View File

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