From ec626896d347cc31f39b1e38e8769dd3c9974d87 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 21 Oct 2003 07:26:06 +0000 Subject: [PATCH] Generalized the command names. --- plugins/Services.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Services.py b/plugins/Services.py index ad00fbb77..05f5a28ab 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -56,7 +56,7 @@ def configure(onStart, afterConnect, advanced): if yn('Is your NickServ named something other than NickServ?') == 'y': nickserv = anything('What is your NickServ named?') onStart.append('load Services') - onStart.append('startservices %s %s %s %s' % \ + onStart.append('services start %s %s %s %s' % \ (nick, password, nickserv, chanserv)) class Services(privmsgs.CapabilityCheckingPrivmsg): @@ -65,7 +65,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg): callbacks.Privmsg.__init__(self) self.nickserv = '' - def startservices(self, irc, msg, args): + def start(self, irc, msg, args): """ [ ] Sets the necessary values for the services plugin to work.