Template:Modules/SebasIRC/Events: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
* [[Modules/SebasIRC/onIRCRaw| onIRCRaw]]
* [[Modules/SebasIRC/onIRCRaw| onIRCRaw]]
* [[Modules/SebasIRC/onIRCJoin| onIRCJoin]]
'''There are no more events, more events are made in lua with onIRCRaw so that you can create your own syntax.'''
* [[Modules/SebasIRC/onIRCPart| onIRCPart]]
* [[Modules/SebasIRC/onIRCQuit| onIRCQuit]]
* [[Modules/SebasIRC/onIRCMessage| onIRCMessage]]
* [[Modules/SebasIRC/onIRCAction| onIRCAction]]
* [[Modules/SebasIRC/onIRCPing| onIRCPing]]

Latest revision as of 20:16, 14 August 2009

There are no more events, more events are made in lua with onIRCRaw so that you can create your own syntax.