From a340ab15e1e60d4fa85cf2b39a36aa9e8a768cf5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 29 Dec 2016 08:47:35 -0800 Subject: [PATCH] relay: local channel in 'link' is optional Thanks to Digerati for noticing this. --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index bad3721..fdbe2b4 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -1644,7 +1644,7 @@ def purge(irc, source, args): irc.reply("Done. Purged %s entries involving the network %s." % (count, network)) def link(irc, source, args): - """ + """ [] Links the specified channel on \x02remotenet\x02 over PyLink Relay as \x02local channel\x02. If \x02local channel\x02 is not specified, it defaults to the same name as \x02channel\x02."""