if (Params.Length != 1)
{
Session.SendWhisper("Invalid command! :eventalert", 0);
}
:eha
Please note that you should NOT enter any custom message/roomid/userid when using this command.
There are no custom parameters to use this command (basing this of the assumption that you are using the "built-in" eha command).Code:if (Params.Length != 1) { Session.SendWhisper("Invalid command! :eventalert", 0); }
Usage:
Code::eha
Hope this clears the command up for you.