From 9d4662233f86b9763564e58540aa12a78d9b1fb0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 31 Aug 2012 12:15:23 -0400 Subject: [PATCH] Document command usage. --- irker | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/irker b/irker index aa83190..2d24958 100755 --- a/irker +++ b/irker @@ -9,7 +9,7 @@ a newline. The must be a string. The value of the 'to' attribute can be a string containing an IRC URL (e.g. 'irc://chat.freenet.net/botwar') or a list of such strings; in the latter case the message is broadcast to -all listed channels. Note that the channel portion of the URL will +all listed channels. Note that the channel portion of the URL need *not* have a leading '#' unless the channel name itself does. Options: -p sets the listening port. The -V option prints the program @@ -67,9 +67,10 @@ version = "1.0" # problem - there is little point in delivery to a relay that is down or # unreliable. # -# This code is strictly compliant to RFC1459, except for the interpretation -# and use of the DEAF and CHANLIMIT features. CHANLIMIT is described jn the -# Internet RFC draft draft-brocklesby-irc-isupport-03 at +# This code uses only NICK, JOIN, MODE, and PRIVMSG. It is strictly +# compliant to RFC1459, except for the interpretation and use of the +# DEAF and CHANLIMIT features. CHANLIMIT is as described jn the +# Internet RFC draft draft-brocklesby-irc-isupport-03 at # . class Connection: -- 2.26.2