diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
commit | 0584185e7c4788adcb1afaf1b86184ddefc5205e (patch) | |
tree | ac4de1476bc33075bf11333d1f8958fc9ac2aefe /usr.bin/nc/scripts/irc | |
parent | 7260d3cfea4d27edbeeb8d4fcdd130f507073558 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/nc/scripts/irc')
-rw-r--r-- | usr.bin/nc/scripts/irc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nc/scripts/irc b/usr.bin/nc/scripts/irc index 3557d7a0c6e..e45942c0bc5 100644 --- a/usr.bin/nc/scripts/irc +++ b/usr.bin/nc/scripts/irc @@ -1,4 +1,6 @@ #! /bin/sh +# $OpenBSD: irc,v 1.2 2001/01/29 01:58:12 niklas Exp $ + ## Shit-simple script to supply the "privmsg <recipient>" of IRC typein, and ## keep the connection alive. Pipe this thru "nc -v -w 5 irc-server port". ## Note that this mechanism makes the script easy to debug without being live, |