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

Send a QUIET response 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.QuietRes("Joe","CARDS A,Q");
ole.QuietRes("#foo","BLACKJACK Joe");

See also: CtcpRes, QuietReq, CtcpReq


Home|Scripting