Skip to content

Raklit/irc_client_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

irc_client_example

Hand made socket irc client

WARRING: It is a beta. Not stable, but can send and recv messages. No support HTTPS.

MAIN FILE irc_tui.py

for exit CTRL+D. for sending command CTRL+A

for start connection type (without breakets):

/INFO "nick" "password" "realname" "charset"

/PORT "number of you port for binding connection"

/CONNECT "domain or ip" "port"

/START_READ

/LOGIN

YOU DID IT.

for join to channel: /JOIN "channelname"

for exit from channel: /PART "channelname"

for quit from server: /QUIT "reason (optional)" for sending msg: /PRIVMSG "channelname" "your message"

About

Hand made socket irc client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages