mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-09 04:07:31 +01:00
Fixed the onStart load string to match the module's name change from NickServ to Services
This commit is contained in:
parent
07d46283ef
commit
5c034ead98
@ -50,7 +50,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
from questions import expect, anything, something, yn
|
from questions import expect, anything, something, yn
|
||||||
nick = anything('What is your registered nick?')
|
nick = anything('What is your registered nick?')
|
||||||
password = anything('What is your password for that nick?')
|
password = anything('What is your password for that nick?')
|
||||||
onStart.append('load NickServ')
|
onStart.append('load Services')
|
||||||
onStart.append('startnickserv %s %s' % (nick, password))
|
onStart.append('startnickserv %s %s' % (nick, password))
|
||||||
|
|
||||||
class Services(privmsgs.CapabilityCheckingPrivmsg):
|
class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user