diff options
| author | 2016-02-01 06:57:20 -0700 | |
|---|---|---|
| committer | 2016-02-01 06:57:20 -0700 | |
| commit | c8675d189b351dbf4767658932d8680e03f3656e (patch) | |
| tree | 9b24cc7e251b34b21c14bbe4aee249a0335e115f /lib | |
| parent | 94f904f442e95de4ce7c7ad156853da19721ab2d (diff) | |
Removed a tab
Diffstat (limited to 'lib')
| -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 { |
