Merge pull request #1065 from GLolol/patch-1

conf.py: Remove reference to non-existent "user configuration variable"
This commit is contained in:
Valentin Lorentz 2015-02-28 09:15:26 +01:00
commit c473c8aa8e

View File

@ -470,8 +470,7 @@ registerChannelValue(supybot.reply, 'withNotice',
registerGlobalValue(supybot.reply, 'withNoticeWhenPrivate', registerGlobalValue(supybot.reply, 'withNoticeWhenPrivate',
registry.Boolean(True, _("""Determines whether the bot will reply with a registry.Boolean(True, _("""Determines whether the bot will reply with a
notice when it is sending a private message, in order not to open a /query notice when it is sending a private message, in order not to open a /query
window in clients. This can be overridden by individual users via the user window in clients.""")))
configuration variable reply.withNoticeWhenPrivate.""")))
registerChannelValue(supybot.reply, 'withNickPrefix', registerChannelValue(supybot.reply, 'withNickPrefix',
registry.Boolean(True, _("""Determines whether the bot will always prefix registry.Boolean(True, _("""Determines whether the bot will always prefix