chiark / gitweb /
swap argument order, support spaces in email address list
[post-pizza-notify.git] / via-irctopic
index 8dadc0de4965822b9b8c005faac71adfcac5ac16..f67dba3c8dfb24665595b5cfb2972e7290e1f9ef 100755 (executable)
@@ -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 $!;