6 lines
115 B
Text
6 lines
115 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
nick="$1"; shift;
|
||
|
|
||
|
echo "/privmsg $nick :$@" >> "/home/zgrep/offtopiabday/irc.freenode.net/in";
|