diff options
| -rw-r--r-- | config-default/commands.xml | 2 | ||||
| -rw-r--r-- | modules/event.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index 2287053..9cffe50 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -86,7 +86,7 @@ </command> <command cmd="^;source$"> <![CDATA[ - $conn->privmsg($event->replyto, "source is at http://svn.linuxrulz.org/repos/antispammeta"); + $conn->privmsg($event->replyto, "source is at https://gitlab.devlabs.linuxassist.net/asm/antispammeta/"); ]]> </command> <command cmd="^;sql (main|log) (.*)" flag="d"> diff --git a/modules/event.pl b/modules/event.pl index eb9f70d..3c41df4 100644 --- a/modules/event.pl +++ b/modules/event.pl @@ -743,7 +743,7 @@ sub dcc_open sub on_ctcp_source { my ($conn, $event) = @_; - $conn->ctcp_reply($event->{nick}, 'SOURCE http://svn.linuxrulz.org/repos/antispammeta/trunk/'); + $conn->ctcp_reply($event->{nick}, 'SOURCE https://gitlab.devlabs.linuxassist.net/asm/antispammeta/'); } sub on_whoxreply |
