Modules/SebasIRC/ircSay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
ThePiotrek (talk | contribs) mNo edit summary |
||
Line 21: | Line 21: | ||
-- Example here | -- Example here | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[pl:Modules/SebasIRC/ircSay]] | |||
==See also== | ==See also== | ||
{{Modules/SebasIRC/Functions}} | {{Modules/SebasIRC/Functions}} |
Latest revision as of 16:44, 21 July 2016
This function is provided by the external module SebasIRC. You must install this module to use this function. | |
Sends a message to the channel or a nickname
Syntax
bool ircSay(string to, string message)
Required arguments
- to: The channel name, or a nickname.
- message: The message to send..
Returns
Returns true, otherwise false when giving wrong arguments.
Example
-- Example here
See also
Connection:
Channel:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic