From 2ec97484f35cae658ac1bdbe0c2d9d90e5f86cb0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 7 Dec 2003 00:17:01 +0000 Subject: [PATCH] Renamed replyWhenAddressedByName to replyWhenAddressedByNick. --- src/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index 0acc8fb31..e72661b92 100644 --- a/src/conf.py +++ b/src/conf.py @@ -134,11 +134,11 @@ replyWithPrivateNotice = False 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 # nick. ### -replyWhenAddressedByName = True +replyWhenAddressedByNick = True ### # requireRegistration: Oftentimes a plugin will want to record who added or @@ -322,7 +322,7 @@ types = { 'replyWhenNotCommand': mybool, 'replyWithPrivateNotice': mybool, 'replyWithNickPrefix': mybool, - 'replyWhenAddressedByName': mybool, + 'replyWhenAddressedByNick': mybool, 'requireRegistration': mybool, 'enablePipeSyntax': mybool, 'replyError': mystr,