From 81acf1c792fef1f7b9e5b74fd4eb629dce9b5188 Mon Sep 17 00:00:00 2001 Message-Id: <81acf1c792fef1f7b9e5b74fd4eb629dce9b5188.1715823890.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 14 Feb 2002 19:25:22 +0000 Subject: [PATCH] Improved msg Organization: Straylight/Edgeware From: Ian Jackson --- bot.tcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.tcl b/bot.tcl index b0d7a7e..0f75e1b 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1758,8 +1758,9 @@ def_setting tellme { switch -exact $sec { reject - mailto { usererror \ - "You can't change your message delivery conditions when\ - your message disposition prevents messages from being left." + "Sorry, I shan't change when I'll consider a message delivered, because\ + you've asked me not to keep messages, or to mail them to you.\ + You should say `set tellme secure' or some such, first." } } set sr rel -- [mdw]