meshy / framewirc

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

Allow easy sending of third person messages #17

Closed meshy closed 8 years ago

meshy commented 8 years ago

/me messages are sent in the format b'PRIVMSG target :\1ACTION message text\1'

This should probably start with utils.make_privmsgs, and be visible from client.Client.privmsg.

meshy commented 8 years ago

Fixed in https://github.com/meshy/framewirc/commit/651580eb4f74c412b7990907ad76ba7decc2d1b7 and https://github.com/meshy/framewirc/commit/e5f96b2b5fee7deb028d5f3bc00353f01ccc93b2.