From f96e38f48088ff35c31644e2544f41b3f2beac0d Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Fri, 8 Oct 2004 18:51:50 +0000 Subject: [PATCH] Clarified the variables in the help message for Network.connect --- plugins/Network.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Network.py b/plugins/Network.py index c7392cce1..eeea6c579 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -71,7 +71,8 @@ class Network(callbacks.Privmsg): def connect(self, irc, msg, args): """ [] - Connects to another network at . If port is not provided, it + Connects to another network (which will be represented by the name + provided in ) at . If port is not provided, it defaults to 6667, the default port for IRC. """ (network, server) = privmsgs.getArgs(args, optional=1)