Command: ole.QuietReq(to,message);
Syntax: ole.QuietReq(string to,string message);
Return: nothing

Send a QUIET request message to channel or to a user. The QUIET message is just a CTCP message, but QUIET messages are not displayed by Ole. This is useful when you want to create an IRC game.

Example:
ole.QuietReq("Joe","CARDS A,Q");
ole.QuietReq("#foo","BLACKJACK Joe");

See also: CtcpRes, CtcpReq, QuietRes


Home|Scripting