From 940a934f6e218b82bff8d1c6d4d65ca91be66632 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Thu, 19 Feb 2004 08:04:09 +0000 Subject: [PATCH] Clarified the prefixChars help string --- src/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index b2eab36af..6eee9d241 100644 --- a/src/conf.py +++ b/src/conf.py @@ -128,7 +128,10 @@ class ValidPrefixChars(registry.String): supybot.register('prefixChars', ValidPrefixChars('', """Determines what prefix characters the bot will 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.""")) +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, and if any one of them is used as a prefix the bot will +assume it is being addressed.""")) supybot.register('defaultCapabilities', registry.CommaSeparatedSetOfStrings(['-owner', '-admin', '-trusted'], """