Command : Msg , Say , Notice


Syntax


MSG < target > < text > SAY < target > < text > NOTICE < target > < text >

Description


MSG
Sends text to the specified target : channel or nick.
The text is sent as PRIVMSG target :text
Originally this command was called SAY but as 100 users mailed me that they can't find the MSG command I added an 'internal' alias for that.
So SAY and MSG are in fact the same command.
Since RFC1459 allows to send the messages to multiple receivers , the target may be also a comma separated list ot targets.
NOTICE
Similar to MSG but the text is sent as NOTICE target :text.
The difference is only that our client should not reply automatically to texts send by this command.
For example the CTCP requests are sent as PRIVMSG CTCPTYPE and the replies as NOTICE CTCPTYPE.
Clients should reply to PRIVMSG but not to NOTICE.
For other things...the difference is only the color of the message :)

Example


/MSG Pramga Ciao bello! /MSG Pragma,Ventur Please join #kaos
Index  Command list  Commandline syntax