User contributions for VRocker
Jump to navigation
Jump to search
9 February 2008
- 22:3922:39, 9 February 2008 diff hist +10 Modules/IRCEcho/irc onConnecting No edit summary current
- 22:3922: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:3622:36, 9 February 2008 diff hist 0 Modules/IRCEcho/irc onConnecting No edit summary
- 22:3622:36, 9 February 2008 diff hist +44 Modules/IRCEcho/irc onConnecting No edit summary
- 22:3622: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:3122:31, 9 February 2008 diff hist +165 Modules/IRCEcho No edit summary
13 January 2008
- 15:2215:22, 13 January 2008 diff hist +27 Modules/IRCEcho/ircOpen No edit summary current
- 15:2115:21, 13 January 2008 diff hist +27 Modules/IRCEcho/ircInit No edit summary current
- 15:2115:21, 13 January 2008 diff hist +27 Modules/IRCEcho/ircDisconnect No edit summary current
- 14:4114: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:3714:37, 13 January 2008 diff hist +6 Modules/IRCEcho/ircOpen →Syntax
- 14:3414: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:2514:25, 13 January 2008 diff hist +36 Modules/IRCEcho No edit summary
- 14:2514: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:1614:16, 13 January 2008 diff hist +565 N Template:Modules/IRCEcho/Callbacks New page: * irc_onConnecting * irc_onConnected * irc_onDisconnected * [[Modules/IRCEch... current
- 14:1214:12, 13 January 2008 diff hist +637 N Template:Modules/IRCEcho/Functions New page: * ircInit * ircOpen * ircDisconnect * ircMessage * [[Modules/IRCEch... current
- 14:0814:08, 13 January 2008 diff hist −39 Modules/IRCEcho No edit summary
- 14:0514:05, 13 January 2008 diff hist +830 N Modules/IRCEcho Initial Page
7 January 2008
- 01:0201:02, 7 January 2008 diff hist −26 m GetResourceState No edit summary
- 00:5900:59, 7 January 2008 diff hist +619 GetResourceState Added a description and example. May need a list of returns
- 00:3000:30, 7 January 2008 diff hist −27 OnBan →See Also
- 00:3000:30, 7 January 2008 diff hist −27 OnUnban →See Also
- 00:3000:30, 7 January 2008 diff hist +307 OnUnban Added an example
- 00:2800:28, 7 January 2008 diff hist +293 OnBan Added a small example announcing the ban
6 January 2008
- 16:5416:54, 6 January 2008 diff hist −27 EngineLoadTXD removed enginePreloadModel from the example since it doesn't exist
5 January 2008
- 23:2723:27, 5 January 2008 diff hist −15 CreateColCircle Fixed the syntax in the example (Removed fZ)
- 23:2623:26, 5 January 2008 diff hist −4 CreateColCircle Fixed the syntax in the example (Removed fZ)