Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sending commands to the server #80

Open
errietta opened this issue Dec 7, 2014 · 3 comments
Open

Allow sending commands to the server #80

errietta opened this issue Dec 7, 2014 · 3 comments

Comments

@errietta
Copy link
Contributor

errietta commented Dec 7, 2014

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
Copy link
Owner

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
Copy link
Owner

see also #23

@mozfreddyb
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants