Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
63dbc601
Commit
63dbc601
authored
12 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation.
parent
32e3b257
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
irker
+7
-7
7 additions, 7 deletions
irker
with
7 additions
and
7 deletions
irker
+
7
−
7
View file @
63dbc601
...
...
@@ -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 a
t
# <http://www.mirc.com/isupport.html>.
# DEAF and CHANLIMIT
and (obsolete) MAXCHANNELS features. CHANLIMIT
#
is as described in the Internet RFC draf
t
#
draft-brocklesby-irc-isupport-03 at
<http://www.mirc.com/isupport.html>.
class
Connection
:
def
__init__
(
self
,
irkerd
,
servername
,
port
,
nick_base
=
1
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment