mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +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')
|
start = privmsgs.checkCapability(start, 'owner')
|
||||||
|
|
||||||
def connect(self, irc, msg, args):
|
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
|
abbreviation <network abbreviation> is used when relaying messages from
|
||||||
that network to other networks.
|
that network to other networks.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user