mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
RelayNext: remove line used for debugging
This commit is contained in:
parent
f1a1d18358
commit
7edebc82a2
@ -330,7 +330,6 @@ class RelayNext(callbacks.Plugin):
|
||||
|
||||
def checkRelays(self, irc, relays):
|
||||
for relay in relays:
|
||||
self.log.info("RelayNext: checking relay %s", relay)
|
||||
r = relay.split("@")
|
||||
if len(r) != 2 or not (ircutils.isChannel(r[0]) and r[1]):
|
||||
irc.error("Channels must be given in the form "
|
||||
|
Loading…
x
Reference in New Issue
Block a user