From 1e0b039ff4b2e8f5f64f91051e03fbbc488591a9 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 1 Dec 2004 20:21:51 +0000 Subject: [PATCH] Updated help. --- src/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index bde52fee7..04136a5a4 100644 --- a/src/conf.py +++ b/src/conf.py @@ -306,7 +306,8 @@ registerGlobalValue(supybot.reply, 'oneToOne', registerChannelValue(supybot.reply, 'whenNotCommand', registry.Boolean(True, """Determines whether the bot will reply with an error message when it is addressed but not given a valid command. If this - value is False, the bot will remain silent.""")) + value is False, the bot will remain silent, as long as no other plugins + override the normal behavior.""")) registerGroup(supybot.reply, 'error') registerGlobalValue(supybot.reply.error, 'detailed',