Method | Description | |
---|---|---|
onCommandAct ( string $channel, string $action ) : void | Handles a request for the bot to repeat a given action in a specified channel. | |
onCommandRaw ( string $message ) : void | Handles a request for the bot to send the server a raw message | |
onCommandSay ( string $channel, string $message ) : void | Handles a request for the bot to repeat a given message in a specified channel. | |
onLoad ( ) : void | Checks for dependencies. |
act #chan action
raw message
public onCommandRaw ( string $message ) : void | ||
$message | string | Message to send |
return | void |
say #chan message