mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Slight docstring fix.
This commit is contained in:
parent
88b966306a
commit
3d039fcdc4
@ -152,9 +152,9 @@ class Relay(callbacks.Privmsg):
|
||||
start = privmsgs.checkCapability(start, 'owner')
|
||||
|
||||
def connect(self, irc, msg, args):
|
||||
"""<network abbreviation> <domain:port> (port defaults to 6667)
|
||||
"""<network abbreviation> <host:port> (port defaults to 6667)
|
||||
|
||||
Connects to another network at <domain:port>. The network
|
||||
Connects to another network at <host:port>. The network
|
||||
abbreviation <network abbreviation> is used when relaying messages from
|
||||
that network to other networks.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user