Merge pull request #801 from Mkaysi/defaultignore

src/conf.py: make help text for defaultignore...
This commit is contained in:
Valentin Lorentz 2014-08-01 11:23:18 +02:00
commit a7d2fb6027
1 changed files with 3 additions and 3 deletions

View File

@ -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',