From 63dbc601bccdd4615968cd259c5d482d77063bff Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 2 Sep 2012 06:54:22 -0400 Subject: [PATCH] Update documentation. --- irker | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/irker b/irker index c152774..74ecde9 100755 --- a/irker +++ b/irker @@ -64,16 +64,16 @@ version = "1.0" # stalls, it only blocks an individual consumer thread; if it stalls long # enough, the session will be timed out. # -# Message delivery is thus not reliable in the face of network stalls, but -# this was considered acceptable because IRC (notoriously) has the same -# problem - there is little point in delivery to a relay that is down or -# unreliable. +# Message delivery is thus not reliable in the face of network stalls, +# but this was considered acceptable because IRC (notoriously) has the +# same problem - there is little point in reliable delivery to a relay +# that is down or unreliable. # # 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 in the -# Internet RFC draft draft-brocklesby-irc-isupport-03 at -# . +# DEAF and CHANLIMIT and (obsolete) MAXCHANNELS features. CHANLIMIT +# is as described in the Internet RFC draft +# draft-brocklesby-irc-isupport-03 at . class Connection: def __init__(self, irkerd, servername, port, nick_base=1): -- 2.26.2