mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Service: Actually allow 0.
This commit is contained in:
parent
e54ae6dc77
commit
2e7df9cfc2
@ -82,7 +82,7 @@ conf.registerGlobalValue(Services, 'noJoinsUntilIdentified',
|
|||||||
you have a vhost that isn't set until you're identified, or if you're
|
you have a vhost that isn't set until you're identified, or if you're
|
||||||
joining +r channels that won't allow you to join unless you identify.""")))
|
joining +r channels that won't allow you to join unless you identify.""")))
|
||||||
conf.registerGlobalValue(Services, 'ghostDelay',
|
conf.registerGlobalValue(Services, 'ghostDelay',
|
||||||
registry.PositiveInteger(60, _("""Determines how many seconds the bot will
|
registry.NonNegativeInteger(60, _("""Determines how many seconds the bot will
|
||||||
wait between successive GHOST attempts. Set this to 0 to disable GHOST.""")))
|
wait between successive GHOST attempts. Set this to 0 to disable GHOST.""")))
|
||||||
conf.registerGlobalValue(Services, 'NickServ',
|
conf.registerGlobalValue(Services, 'NickServ',
|
||||||
ValidNickOrEmptyString('NickServ', _("""Determines what nick the 'NickServ' service
|
ValidNickOrEmptyString('NickServ', _("""Determines what nick the 'NickServ' service
|
||||||
|
Loading…
Reference in New Issue
Block a user