Clarified the variables in the help message for Network.connect

This commit is contained in:
Daniel DiPaolo 2004-10-08 18:51:50 +00:00
parent 2c8490c86a
commit f96e38f480
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ class Network(callbacks.Privmsg):
def connect(self, irc, msg, args):
"""<network> [<host[:port]>]
Connects to another network at <host:port>. If port is not provided, it
Connects to another network (which will be represented by the name
provided in <network>) at <host:port>. If port is not provided, it
defaults to 6667, the default port for IRC.
"""
(network, server) = privmsgs.getArgs(args, optional=1)