diff options
Diffstat (limited to 'lib/ASM')
| -rw-r--r-- | lib/ASM/Commander.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Commander.pm b/lib/ASM/Commander.pm index a4004cb..dee2633 100644 --- a/lib/ASM/Commander.pm +++ b/lib/ASM/Commander.pm @@ -379,7 +379,7 @@ sub cmd_suppress { $conn->privmsg($event->replyto, "Unsuppressed $chan"); ASM::XML->writeChannels(); }); - $conn->privmsg($event->replyto, "Suppressing alerts from $chan for 30 minutes. If the bot restarts or the config is changed, you will need to do ;monitor $chan to check the status of the monitor flag"); + $conn->privmsg($event->replyto, "Suppressing alerts from $chan for 30 minutes. If the bot restarts or the config is changed, you will need to do ;monitor $chan to check the status of the monitor flag"); } sub cmd_silence { |
