Python IRC Client

Magnie

New Member
Messages
4
Reaction score
0
Points
0
Well... I've searched for a plain old terminal IRC Client made in Python and all I found were bots. So I've decided to ask for help in finding a way to make one on my own. I'm thinking of using standard input and output ( select module I think ). But I just want it as simple as possible.

[time] <name> chat

I want the chats in that format. I think I can make the log myself with the date included. :D
 
Top