Modules/bIRC/ircbot
From Multi Theft Auto: Wiki
This function is provided by the external module Basic IRC Module. You must install this module to use this function. | |
The ircbots are the main "elements" of the Basic IRC module. They are used in almost every function the module provides and they do the echoing between IRC and MTA server. There are various functions and callbacks to manipulate their actions. This way the server controller will have a full control over the IRC echoing system.
The ircbots can be created with function ircCreateBot and can be destroyed using function ircDestroyBot.
Related Scripting Functions
Bot functions
Creation
Connection
Other
IRC functions
Channel
- ircGetChannelMode
- ircGetChannelTopic
- ircGetChannelUsers
- ircGetConnectedChannels
- ircJoinChannel
- ircPartChannel
- ircSetChannelMode
- ircSetChannelTopic
User
Communication
Other
Callbacks
- event_ircOnAction
- event_ircOnCTCP
- event_ircOnChannelMode
- event_ircOnConnect
- event_ircOnDisconnect
- event_ircOnFailedConnection
- event_ircOnInvite
- event_ircOnJoinChannel
- event_ircOnKick
- event_ircOnLostConnection
- event_ircOnNickChange
- event_ircOnNotice
- event_ircOnPartChannel
- event_ircOnPing
- event_ircOnQuit
- event_ircOnRaw
- event_ircOnText
- event_ircOnTopic