From bcae3b6b9e02e14856cb7a228eebbab4fba494c3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 27 Aug 2004 05:56:43 +0000 Subject: [PATCH] Slight fix. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 701d398fe..d263ff35e 100644 --- a/src/conf.py +++ b/src/conf.py @@ -391,7 +391,7 @@ registerChannelValue(supybot.reply.whenAddressedBy, 'chars', reply to. A prefix character is a single character that the bot will use to determine what messages are addressed to it; when there are no prefix characters set, it just uses its nick. Each character in this string is - interpreted individually; you can have multiple prefixChars simultaneously, + interpreted individually; you can have multiple prefix chars simultaneously, and if any one of them is used as a prefix the bot will assume it is being addressed."""))