WillowChat / Thump

💬 A simple, highly configurable Minecraft chat multiplexer with built in IRC support
ISC License
8 stars 2 forks source link

Add PRIVMSG by command #35

Closed lopcode closed 8 years ago

lopcode commented 8 years ago

Should relay response back to the appropriate sender (if possible? probably not without ircv3 tags).

Simplest option: output to console like it does right now

/thump message <network> <target> <rest of message>

lopcode commented 8 years ago

Technically possible to do now with /thump sendraw <network> <IRC message>