Author

Topic: Python IRC using sockets (Read 194 times)

legendary
Activity: 1018
Merit: 1000
December 19, 2015, 12:10:45 PM
#1
I got some free time in my hands and have decided to relearn python.
Though I'd start with a basic IRC client (already done bots).
Wanted to make it so that it ran only on native python modules.

My question is, how do I keep an input promped to type irc commands and chats displaying on the screen (cli)
while reading the stream from the irc chat?

edit: using sockets module
Jump to: