mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Merge pull request #1065 from GLolol/patch-1
conf.py: Remove reference to non-existent "user configuration variable"
This commit is contained in:
commit
c473c8aa8e
@ -470,8 +470,7 @@ registerChannelValue(supybot.reply, 'withNotice',
|
||||
registerGlobalValue(supybot.reply, 'withNoticeWhenPrivate',
|
||||
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
|
||||
window in clients. This can be overridden by individual users via the user
|
||||
configuration variable reply.withNoticeWhenPrivate.""")))
|
||||
window in clients.""")))
|
||||
|
||||
registerChannelValue(supybot.reply, 'withNickPrefix',
|
||||
registry.Boolean(True, _("""Determines whether the bot will always prefix
|
||||
|
Loading…
Reference in New Issue
Block a user