Slight docstring fix.

This commit is contained in:
Jeremy Fincher 2004-07-23 05:03:27 +00:00
parent 88b966306a
commit 3d039fcdc4

View File

@ -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.
""" """