User contributions
From Multi Theft Auto: Wiki
- 22:39, 9 February 2008 (diff | hist) . . (+10) . . Modules/IRCEcho/irc onConnecting (current)
- 22:39, 9 February 2008 (diff | hist) . . (+396) . . N Modules/IRCEcho/irc onConnected (New page: __NOTOC__ {{ModuleFunction|IRCEcho}} This is called when the IRC Module has successfully connected to a server ==Syntax== <syntaxhighlight lang="lua"> function irc_onConnected ( ) </syntaxhighlight> ==Example== ...) (current)
- 22:36, 9 February 2008 (diff | hist) . . (0) . . Modules/IRCEcho/irc onConnecting
- 22:36, 9 February 2008 (diff | hist) . . (+44) . . Modules/IRCEcho/irc onConnecting
- 22:36, 9 February 2008 (diff | hist) . . (+601) . . N Modules/IRCEcho/irc onConnecting (New page: __NOTOC__ {{ModuleFunction|IRCEcho}} This is called when the IRC Module is attempting to connect to a server ==Syntax== <syntaxhighlight lang="lua"> function irc_onConnecting ( string IP, int Port ) </c...)
- 22:31, 9 February 2008 (diff | hist) . . (+165) . . Modules/IRCEcho
- 15:22, 13 January 2008 (diff | hist) . . (+27) . . Modules/IRCEcho/ircOpen (current)
- 15:21, 13 January 2008 (diff | hist) . . (+27) . . Modules/IRCEcho/ircInit (current)
- 15:21, 13 January 2008 (diff | hist) . . (+27) . . Modules/IRCEcho/ircDisconnect (current)
- 14:41, 13 January 2008 (diff | hist) . . (+1,302) . . N Modules/IRCEcho/ircDisconnect (New page: __NOTOC__ Disconnects an open IRC Connection ==Syntax== <syntaxhighlight lang="lua"> function ircDisconnect ( IRCConnection irc ) </syntaxhighlight> ===Required arguments=== * '''irc:''' The IRCConnection you wish...)
- 14:37, 13 January 2008 (diff | hist) . . (+6) . . Modules/IRCEcho/ircOpen (→Syntax)
- 14:34, 13 January 2008 (diff | hist) . . (+1,327) . . N Modules/IRCEcho/ircOpen (New page: __NOTOC__ Opens a connection to the specified IRC Server ==Syntax== <syntaxhighlight lang="lua"> handler ircOpen ( string hostname, int port, string nick, string channel, [ string password = ""] ) </cod...)
- 14:25, 13 January 2008 (diff | hist) . . (+36) . . Modules/IRCEcho
- 14:25, 13 January 2008 (diff | hist) . . (+551) . . N Modules/IRCEcho/ircInit (New page: __NOTOC__ Initializes the module for use in the script. Must be ran in the scripts you want to use with the echo ==Syntax== <syntaxhighlight lang="lua"> function ircInit() </syntaxhighlight> ==Example== '''Examp...)
- 14:16, 13 January 2008 (diff | hist) . . (+565) . . N Template:Modules/IRCEcho/Callbacks (New page: * irc_onConnecting * irc_onConnected * irc_onDisconnected * [[Modules/IRCEch...) (current)
- 14:12, 13 January 2008 (diff | hist) . . (+637) . . N Template:Modules/IRCEcho/Functions (New page: * ircInit * ircOpen * ircDisconnect * ircMessage * [[Modules/IRCEch...) (current)
- 14:08, 13 January 2008 (diff | hist) . . (-39) . . Modules/IRCEcho
- 14:05, 13 January 2008 (diff | hist) . . (+830) . . N Modules/IRCEcho (Initial Page)
- 01:02, 7 January 2008 (diff | hist) . . (-26) . . m GetResourceState
- 00:59, 7 January 2008 (diff | hist) . . (+619) . . GetResourceState (Added a description and example. May need a list of returns)
- 00:30, 7 January 2008 (diff | hist) . . (-27) . . OnBan (→See Also)
- 00:30, 7 January 2008 (diff | hist) . . (-27) . . OnUnban (→See Also)
- 00:30, 7 January 2008 (diff | hist) . . (+307) . . OnUnban (Added an example)
- 00:28, 7 January 2008 (diff | hist) . . (+293) . . OnBan (Added a small example announcing the ban)
- 16:54, 6 January 2008 (diff | hist) . . (-27) . . EngineLoadTXD (removed enginePreloadModel from the example since it doesn't exist)
- 23:27, 5 January 2008 (diff | hist) . . (-15) . . CreateColCircle (Fixed the syntax in the example (Removed fZ))
- 23:26, 5 January 2008 (diff | hist) . . (-4) . . CreateColCircle (Fixed the syntax in the example (Removed fZ))