Modules/SebasIRC/ircRaw
Jump to navigation
Jump to search
This function is provided by the external module SebasIRC. You must install this module to use this function. | |
This function sends a raw message to the IRC server, with which you can perform actions
Syntax
bool ircRaw( string message )
Required Arguments
- message : String containing a command to make the IRC server perform an action for you.
Returns
Returns true if the message was send successfully, false otherwise.
Example
-- Example here
See also
Connection:
Channel:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic