chiark / gitweb /
document recipient formats better
[post-pizza-notify.git] / via-irctopic
index f67dba3c8dfb24665595b5cfb2972e7290e1f9ef..b0bafbd6ba7364eab4e906d9646d4068561f7e77 100755 (executable)
@@ -1,4 +1,8 @@
 #!/usr/bin/perl -w
+#
+# recipient format:
+#    irctopic SERVER PORT CHANNEL
+
 use strict;
 die unless @ARGV==4;
 our ($msg,$server,$port,$channel) = @ARGV;