aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-09 12:41:59 +1300
committerDavid Phillips <david@sighup.nz>2017-03-09 12:41:59 +1300
commit9bb8010141516ad438d8fd5ec41be77dc78395c1 (patch)
tree7cac2a3cbf1378d01fd526ba2b09c2879a0ad503
parent80485c5f379d07316f6d7a988627ceefb6c088dc (diff)
downloadidalius-9bb8010141516ad438d8fd5ec41be77dc78395c1.tar.xz
Tidy list indices
-rwxr-xr-xsaxrobot2
1 files changed, 1 insertions, 1 deletions
diff --git a/saxrobot b/saxrobot
index f60207a..3097a58 100755
--- a/saxrobot
+++ b/saxrobot
@@ -80,7 +80,7 @@ sub irc_public {
}
sub irc_msg {
- my ($who, $to, $what, $ided) = @_[ARG0, ARG1, ARG2, ARG3];
+ my ($who, $to, $what, $ided) = @_[ARG0 .. ARG3];
my $nick = (split /!/, $who)[0];
if ($ided != 1) {
$irc->yield(privmsg => $nick => "You must identify with services");