Services: default NickServ and ChanServ to NickServ and ChanServ.

* Most of networks have services with this name.
    * I can only name QuakeNet from those that don't, but the default
    configuration exludes it.
* If this plugin is loaded in Supybot-wizard, it asks for nicknames of
NickServ and ChanServ.

[SKIP CI] because this is `git commit --amend` and the build already
passed.
This commit is contained in:
Mikaela Suomalainen 2014-06-06 13:54:26 +03:00
parent 7ffff22c6f
commit 37d8a545e9
1 changed files with 2 additions and 2 deletions

View File

@ -85,11 +85,11 @@ conf.registerGlobalValue(Services, 'ghostDelay',
registry.PositiveInteger(60, _("""Determines how many seconds the bot will
wait between successive GHOST attempts.""")))
conf.registerGlobalValue(Services, 'NickServ',
ValidNickOrEmptyString('', _("""Determines what nick the 'NickServ' service
ValidNickOrEmptyString('NickServ', _("""Determines what nick the 'NickServ' service
has.""")))
conf.registerGroup(Services.NickServ, 'password')
conf.registerGlobalValue(Services, 'ChanServ',
ValidNickOrEmptyString('', _("""Determines what nick the 'ChanServ' service
ValidNickOrEmptyString('ChanServ', _("""Determines what nick the 'ChanServ' service
has.""")))
conf.registerChannelValue(Services.ChanServ, 'password',
registry.String('', _("""Determines what password the bot will use with