Modules/SebasIRC/ircRaw: Difference between revisions
Jump to navigation
Jump to search
Paul Cortez (talk | contribs) (Created page with '{{ml_irc}} __NOTOC__ {{ModuleFunction|SebasIRC}} This function sends a raw message to the IRC server, with which you can perform actions ==Syntax== <syntaxhighlight lang="lua"> bool ircRaw( s…') |
ThePiotrek (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
-- Example here | -- Example here | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[pl:Modules/SebasIRC/ircRaw]] | |||
==See also== | ==See also== | ||
{{Modules/SebasIRC/Functions}} | {{Modules/SebasIRC/Functions}} |
Latest revision as of 16:59, 21 July 2016
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