Comment 2 for bug 531853

Revision history for this message
Ricardo Kirkner (ricardokirkner) wrote :

As far as I recall from my research at the time, this was not easy to implement. The only way to send commands to the server is to send the raw string directly. The /me command can be implemented specifically, but there is no simple way to implement generic command support, as each command has a different syntax and parsing.

Maybe we should just try to implement the /me command (which should have fairly good support), and forget about generic commands.