meshy / framewirc

An IRC toolkit built upon Python 3's asyncio module
BSD 2-Clause "Simplified" License
35 stars 4 forks source link

More parsers for common messages #12

Open meshy opened 8 years ago

meshy commented 8 years ago

Reasonable list would be:

JOIN, PART, QUIT, NICK, RPL_AWAY, RPL_NAMREPLY, CTCP '/me' ACTION (#13)

meshy commented 8 years ago

We already have a parser called nick, so handling the NICK command causes issues. Some solutions immediately occur to me:

meshy commented 8 years ago

It should be noted that NOTICE can (as far as I can see) be parsed by the same parser as PRIVMSG.