From 7ede876aaafb3c77a4da4acf51c0addc9d4e9bf9 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 31 Aug 2004 15:49:20 +0000 Subject: [PATCH] Added extra note about fortune's stupidity. --- plugins/Unix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index d243d1c88..cdd0cd761 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -96,7 +96,8 @@ conf.registerGlobalValue(conf.supybot.plugins.Unix.fortune, 'short', conf.registerGlobalValue(conf.supybot.plugins.Unix.fortune, 'file', registry.String('', """Determines what specific file (if any) will be used with the fortune command; if none is given, the system-wide default will - be used.""")) + be used. Do note that this fortune file must be placed with the rest of + your system's fortune files.""")) conf.registerGroup(conf.supybot.plugins.Unix, 'spell') conf.registerGlobalValue(conf.supybot.plugins.Unix.spell, 'command',