src/conf.py: make help text for defaultignore...

more clear

Now the help text says `unidentified` instead of `unregistered` and
hostmasks are mentioned.
This commit is contained in:
Mikaela Suomalainen 2014-08-01 07:06:01 +03:00
parent f3b31e5a4b
commit c0c9da8a47

View File

@ -1170,9 +1170,9 @@ registerGlobalValue(supybot.servers.http, 'favicon',
### ###
registerGlobalValue(supybot, 'defaultIgnore', registerGlobalValue(supybot, 'defaultIgnore',
registry.Boolean(False, _("""Determines whether the bot will ignore registry.Boolean(False, _("""Determines whether the bot will ignore
unregistered users by default. Of course, that'll make it particularly unidentified users by default. Of course, that'll make it
hard for those users to register or identify with the bot, but that's your particularly hard for those users to register or identify with the bot
problem to solve."""))) without adding their hostmasks, but that's your problem to solve.""")))
registerGlobalValue(supybot, 'externalIP', registerGlobalValue(supybot, 'externalIP',