|
3 |
edited tags
|
||
|
2 | added 75 characters in body | ||
|
What's the best way to parse messages received from an IRC server with Python according to the RFC? I simply want some kind of list/whatever, for example:
becomes this:
And so on? (Edit: I want to parse IRC messages in general, not just PRIVMSG's) |
||||
|
1 |
|
||
Python & parsing IRC messagesWhat's the best way to parse messages received from an IRC server with Python according to the RFC? I simply want some kind of list/whatever, for example:
becomes this:
And so on?
|
||||
