From 2e7df9cfc2776cd70a11d890bed85e61591adc9e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 15 Sep 2015 21:00:31 +0200 Subject: [PATCH] Service: Actually allow 0. --- plugins/Services/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Services/config.py b/plugins/Services/config.py index 4fe36bc05..9e53445b4 100644 --- a/plugins/Services/config.py +++ b/plugins/Services/config.py @@ -82,7 +82,7 @@ conf.registerGlobalValue(Services, 'noJoinsUntilIdentified', 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."""))) 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."""))) conf.registerGlobalValue(Services, 'NickServ', ValidNickOrEmptyString('NickServ', _("""Determines what nick the 'NickServ' service