Modules/SebasIRC/ircChangeNick: 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/ircChangeNick]] | |||
==See also== | ==See also== | ||
{{Modules/SebasIRC/Functions}} | {{Modules/SebasIRC/Functions}} |
Latest revision as of 16:55, 21 July 2016
This function is provided by the external module SebasIRC. You must install this module to use this function. | |
WARNING: This function is disabled in the ml_irc-rewrite branch!
Changes the name of your bot.
Syntax
bool ircChangeNick(string newNick)
Required arguments
- newNick: How you want your bot to be called.
Returns
Returns true if the nick was changed successfully, false otherwise.
Example
-- Example here
See also
Connection:
Channel:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic