MCPcopy 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

1import socket, string
2
3#some user data, change as per your taste
4SERVER = '2night.azzurra.org'

Callers

nothing calls this directly

Calls 12

irc_connFunction · 0.85
socketMethod · 0.80
loginFunction · 0.70
joinFunction · 0.70
send_dataFunction · 0.70
openFunction · 0.50
recvMethod · 0.45
splitMethod · 0.45
findMethod · 0.45
joinMethod · 0.45
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected