mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Renamed replyWhenAddressedByName to replyWhenAddressedByNick.
This commit is contained in:
parent
2fea3e788e
commit
2ec97484f3
@ -134,11 +134,11 @@ replyWithPrivateNotice = False
|
|||||||
replyWithNickPrefix = True
|
replyWithNickPrefix = True
|
||||||
|
|
||||||
###
|
###
|
||||||
# replyWhenAddressedByName: True if the bot should reply to messages of the
|
# replyWhenAddressedByNick: True if the bot should reply to messages of the
|
||||||
# form "botnick: foo" where "botnick" is the bot's
|
# form "botnick: foo" where "botnick" is the bot's
|
||||||
# nick.
|
# nick.
|
||||||
###
|
###
|
||||||
replyWhenAddressedByName = True
|
replyWhenAddressedByNick = True
|
||||||
|
|
||||||
###
|
###
|
||||||
# requireRegistration: Oftentimes a plugin will want to record who added or
|
# requireRegistration: Oftentimes a plugin will want to record who added or
|
||||||
@ -322,7 +322,7 @@ types = {
|
|||||||
'replyWhenNotCommand': mybool,
|
'replyWhenNotCommand': mybool,
|
||||||
'replyWithPrivateNotice': mybool,
|
'replyWithPrivateNotice': mybool,
|
||||||
'replyWithNickPrefix': mybool,
|
'replyWithNickPrefix': mybool,
|
||||||
'replyWhenAddressedByName': mybool,
|
'replyWhenAddressedByNick': mybool,
|
||||||
'requireRegistration': mybool,
|
'requireRegistration': mybool,
|
||||||
'enablePipeSyntax': mybool,
|
'enablePipeSyntax': mybool,
|
||||||
'replyError': mystr,
|
'replyError': mystr,
|
||||||
|
Loading…
Reference in New Issue
Block a user