X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=post-pizza-notify.git;a=blobdiff_plain;f=via-irctopic;fp=via-irctopic;h=f67dba3c8dfb24665595b5cfb2972e7290e1f9ef;hp=8dadc0de4965822b9b8c005faac71adfcac5ac16;hb=6ebfb411cb1a4884846f031061924f1597e838e1;hpb=8d228dae9ab76948940888b5e9fdc85f07e04c41 diff --git a/via-irctopic b/via-irctopic index 8dadc0d..f67dba3 100755 --- a/via-irctopic +++ b/via-irctopic @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; die unless @ARGV==4; -our ($server,$port,$channel,$msg) = @ARGV; +our ($msg,$server,$port,$channel) = @ARGV; chdir "../ircbot.git" or die $!;