 |
 |
Command : Raw
|
| |
Syntax
RAW [-s] < text >
Description
Sends RAW message to server.
RAW means that the text is not processed by KVirc.
Only the identifiers are substituted.
This command corresponds to the standard 'QUOTE' command.
It is also useful to write own aliases for the commands that are not implemented in KVirc.
For example you can write your own ALIAS for the OPER command :
OPER : /RAW OPER $1 where $1 is the password.
The -s switch will cause KVirc to not display the text sent to server.
Example
/RAW PRIVMSG #kaos :Hello man!
Index  Command list  Commandline syntax