Modules/bIRC/ircbot

From Multi Theft Auto: Wiki
Revision as of 18:15, 29 July 2009 by Awwu (talk | contribs) (Created page with '{{ml_birc}} __NOTOC__ 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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Package-x-generic.png 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

User

Communication

Other

Callbacks