From b0ccf44e2b12fb541e42efc0783a0232caeceb1b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 6 Sep 2003 18:26:31 +0000 Subject: [PATCH] Fixed a documentation bug and changed startnickserv to startservices. --- plugins/Services.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/plugins/Services.py b/plugins/Services.py index bed7ae626..132daaa2d 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -59,9 +59,15 @@ class Services(privmsgs.CapabilityCheckingPrivmsg): callbacks.Privmsg.__init__(self) self.nickserv = '' - def startnickserv(self, irc, msg, args): - " " \ - " [ ] + + Sets the necessary values for the services plugin to work. + is the nick the bot should use (it must be registered with nickserv). + is the password the registered uses. The optional + arguments and are the names of the NickServ and + ChanServ, respectively, They default to NickServ and ChanServ. + """ if ircutils.isChannel(msg.args[0]): irc.error(msg, conf.replyRequiresPrivacy) return