From 2437a2ae6c64e189b5c6d50525e574c60b08c209 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 7 Aug 2018 17:04:53 +1200 Subject: Update source command for new args, add nah.nz url --- Plugin/Source.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Plugin') diff --git a/Plugin/Source.pm b/Plugin/Source.pm index 97434dd..940fc2f 100644 --- a/Plugin/Source.pm +++ b/Plugin/Source.pm @@ -16,8 +16,10 @@ sub configure { } sub source { - my ($self, $logger, $who, $where, $rest, @arguments) = @_; - my @urls = ("https://gitlab.com/dphillips/idalius"); + my ($self, $irc, $logger, $who, $where, $rest, @arguments) = @_; + my @urls = ( + "https://git.nah.nz/idalius/", + "https://gitlab.com/dphillips/idalius"); my $help_message = "My guts can be browsed at: "; return $help_message . join " ", @urls; } -- cgit v1.1