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
7f7e8030
Commit
7f7e8030
authored
12 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Typo fix and a caveat.
parent
42aafbc1
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.py
+2
-1
2 additions, 1 deletion
irker.py
with
2 additions
and
1 deletion
irker.py
+
2
−
1
View file @
7f7e8030
...
...
@@ -5,12 +5,13 @@ irker - a simple IRC multiplexer daemon
Takes JSON objects of the form {
'
channel
'
:<channel-url>,
'
message
'
:<text>}
and relays messages to IRC channels.
Run this as a daemon in order to mai
m
ntain stateful connections to IRC
Run this as a daemon in order to maintain stateful connections to IRC
servers; this will allow it to respond to server pings and minimize
join/leave traffic.
Requires Python 2.6.
TO-DO: some servers have a limit of 20 channels per server connection.
"""
import
os
,
sys
,
json
,
irclib
,
exceptions
,
getopt
,
urlparse
import
threading
,
Queue
...
...
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