summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorLibravatarDaniel Lange <DLange@git.local>2013-12-11 19:03:34 +0100
committerLibravatarDaniel Lange <DLange@git.local>2013-12-11 19:03:34 +0100
commit02ce9f49538d6a89c6562708a0ac2871b2d46dc3 (patch)
treeb15b18a9a855cb4ccad378f1fe649dd939902cb6 /modules
parent46cb4f9d60a1e2a1f414f726c8bc495ef02ec33c (diff)
update of source url (svn -> git migration)
Diffstat (limited to 'modules')
-rw-r--r--modules/event.pl2
1 files changed, 1 insertions, 1 deletions
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