Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-299411.py
File
recipe-299411.py
recipes/Python/299411_Connect_IRC_server_store_messages/recipe-299411.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
socket, string
2
3
#some user data, change as per your taste
4
SERVER =
'2night.azzurra.org'
Callers
nothing calls this directly
Calls
12
irc_conn
Function · 0.85
socket
Method · 0.80
login
Function · 0.70
join
Function · 0.70
send_data
Function · 0.70
open
Function · 0.50
recv
Method · 0.45
split
Method · 0.45
find
Method · 0.45
join
Method · 0.45
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected