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)