Modules/SebasIRC/ircChangeNick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
{{ModuleFunction|SebasIRC}} | {{ModuleFunction|SebasIRC}} | ||
{{Modules/SebasIRC/Warning|This function is disabled in the ml_irc-rewrite branch!}} | |||
Changes the name of your bot. | Changes the name of your bot. |
Revision as of 13:35, 18 October 2009
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