diff options
| author | 2016-01-21 20:00:45 -0700 | |
|---|---|---|
| committer | 2016-01-21 20:00:45 -0700 | |
| commit | 94f904f442e95de4ce7c7ad156853da19721ab2d (patch) | |
| tree | 29e8412fc9bdffbad71fd6913ebea96c7ed02abe | |
| parent | 4e56c58306d3df163df5cf48fe9836dcac196e4c (diff) | |
use a different URL in ;source
| -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 2f76c91..a4004cb 100644 --- a/lib/ASM/Commander.pm +++ b/lib/ASM/Commander.pm @@ -332,7 +332,7 @@ sub cmd_mship { sub cmd_source { my ($conn, $event) = @_; - $conn->privmsg($event->replyto, "source is at https://gitlab.devlabs.linuxassist.net/asm/antispammeta/"); + $conn->privmsg($event->replyto, 'source is at http://asm.rocks/source'); } sub cmd_sql { |
