mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +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
|
||||
nick = anything('What is your registered 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))
|
||||
|
||||
class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user