From db08f4360ca51cd4d7ca9f43bdf4dafa735ac47a Mon Sep 17 00:00:00 2001 From: "FunnyMan3595 (Charlie Nolan)" Date: Fri, 22 Feb 2008 16:25:08 -0600 Subject: [PATCH] Edited $subscribe's help --- reminders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reminders.py b/reminders.py index 387c640..fb80c08 100644 --- a/reminders.py +++ b/reminders.py @@ -278,7 +278,7 @@ def reminders_list(who, where, args): commands['reminders-list'] = (perms.voice, reminders_list) def subscribe(who, where, args): - "$subscribe : Subscribes you to the (comma-separated) list of reminder groups." + "$subscribe : Subscribes you to the (comma-separated) list of reminder groups. Hal will try to get your attention when a reminder in one of those groups is triggered. Reminder groups are listed in $reminders-list" if where == private: reply(who, where, "Don't you think subscribing to reminders that are" + " already in PM is a bit... pointless?") -- 2.11.4.GIT