4

Or there are some that do not? What are they?

3 Answers3

7

No! The IRC protocol uses no /s. For example, changing your nick is done with a "NICK name" command, and regular speech is done with a "PRIVMSG #channel :text" command. It's up to the client to provide methods to use these commands, and for that, the control character could be anything! However, this does mean that most clients stick to something consistent, so it is likely all commands will be preceeded by a / in your client.

Phoshi
  • 23,383
3

No. That's just a way IRC client found to differ from 'normal' text.

You can access to all supported server command by using /quote cmd or /raw cmd

Ex:

/quote whois bgy

That will send a raw command to the server.

-3

They all start with "/" beacuse you need to differ if you are typing text or commands...

edit:

I need to make this clear. The other answers are right. It isn´t the irc itself that uses /. It is your client.

Diskilla
  • 1,542