diff options
Diffstat (limited to 'src/usr.bin/nc/scripts/irc')
-rw-r--r-- | src/usr.bin/nc/scripts/irc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr.bin/nc/scripts/irc b/src/usr.bin/nc/scripts/irc index 3557d7a0c6..e45942c0bc 100644 --- a/src/usr.bin/nc/scripts/irc +++ b/src/usr.bin/nc/scripts/irc | |||
@@ -1,4 +1,6 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # $OpenBSD: irc,v 1.2 2001/01/29 01:58:12 niklas Exp $ | ||
3 | |||
2 | ## Shit-simple script to supply the "privmsg <recipient>" of IRC typein, and | 4 | ## Shit-simple script to supply the "privmsg <recipient>" of IRC typein, and |
3 | ## keep the connection alive. Pipe this thru "nc -v -w 5 irc-server port". | 5 | ## keep the connection alive. Pipe this thru "nc -v -w 5 irc-server port". |
4 | ## Note that this mechanism makes the script easy to debug without being live, | 6 | ## Note that this mechanism makes the script easy to debug without being live, |