From c0c9da8a47be53e22ee7c8841d7d58446223d051 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 1 Aug 2014 07:06:01 +0300 Subject: [PATCH] src/conf.py: make help text for defaultignore... more clear Now the help text says `unidentified` instead of `unregistered` and hostmasks are mentioned. --- src/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index 3b602a7df..3a59e3d19 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1170,9 +1170,9 @@ registerGlobalValue(supybot.servers.http, 'favicon', ### registerGlobalValue(supybot, 'defaultIgnore', registry.Boolean(False, _("""Determines whether the bot will ignore - unregistered users by default. Of course, that'll make it particularly - hard for those users to register or identify with the bot, but that's your - problem to solve."""))) + unidentified users by default. Of course, that'll make it + particularly hard for those users to register or identify with the bot + without adding their hostmasks, but that's your problem to solve."""))) registerGlobalValue(supybot, 'externalIP',