mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
relay: local channel in 'link' is optional
Thanks to Digerati for noticing this.
This commit is contained in:
parent
e566b99b75
commit
a340ab15e1
@ -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):
|
||||
"""<remotenet> <channel> <local channel>
|
||||
"""<remotenet> <channel> [<local channel>]
|
||||
|
||||
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."""
|
||||
|
Loading…
Reference in New Issue
Block a user