nickdesaulniers / fxos-irc

IRC client for FxOS (and now desktop FF)
GNU General Public License v3.0
38 stars 13 forks source link

Allow sending commands to the server #80

Open errietta opened 9 years ago

errietta commented 9 years ago

AFAIK (at least from trying) there's no way for the user to execute commands; I tried /join #channel and it just sent a message. Messages starting with '/' should be sent to the server

nickdesaulniers commented 9 years ago

yeah, these have to implemented in the client. You don't get them for free by sending them as raw messages to the server.

nickdesaulniers commented 9 years ago

see also #23

mozfreddyb commented 9 years ago

One could start with a command that allows to send something raw to the server. Most clients support this as /raw and /quote. Users who know IRC well enough can transform typical commands into IRC protocol commands, e.g. /join #foo into /quote JOIN foo or /msg freddyb hi into /raw PRIVMSG freddyb :hi