mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Merge pull request #755 from Mkaysi/services
Services: default NickServ and ChanServ to NickServ and ChanServ.
This commit is contained in:
commit
6c3d2dfcd2
@ -85,11 +85,11 @@ conf.registerGlobalValue(Services, 'ghostDelay',
|
|||||||
registry.PositiveInteger(60, _("""Determines how many seconds the bot will
|
registry.PositiveInteger(60, _("""Determines how many seconds the bot will
|
||||||
wait between successive GHOST attempts.""")))
|
wait between successive GHOST attempts.""")))
|
||||||
conf.registerGlobalValue(Services, 'NickServ',
|
conf.registerGlobalValue(Services, 'NickServ',
|
||||||
ValidNickOrEmptyString('', _("""Determines what nick the 'NickServ' service
|
ValidNickOrEmptyString('NickServ', _("""Determines what nick the 'NickServ' service
|
||||||
has.""")))
|
has.""")))
|
||||||
conf.registerGroup(Services.NickServ, 'password')
|
conf.registerGroup(Services.NickServ, 'password')
|
||||||
conf.registerGlobalValue(Services, 'ChanServ',
|
conf.registerGlobalValue(Services, 'ChanServ',
|
||||||
ValidNickOrEmptyString('', _("""Determines what nick the 'ChanServ' service
|
ValidNickOrEmptyString('ChanServ', _("""Determines what nick the 'ChanServ' service
|
||||||
has.""")))
|
has.""")))
|
||||||
conf.registerChannelValue(Services.ChanServ, 'password',
|
conf.registerChannelValue(Services.ChanServ, 'password',
|
||||||
registry.String('', _("""Determines what password the bot will use with
|
registry.String('', _("""Determines what password the bot will use with
|
||||||
|
Loading…
Reference in New Issue
Block a user