Modules/SebasIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
   author        = [[User:Sebassje|Sebassje]] <[email protected]> |
   author        = [[User:Sebassje|Sebassje]] <[email protected]> |
   module_website = ''http://code.google.com/p/multitheftauto-modules/'' |
   module_website = ''http://code.google.com/p/multitheftauto-modules/'' |
   download_link  = ''In development'' |
   download_link  = ''http://code.google.com/p/multitheftauto-modules/'' |
   license        = ''Unlicensed'' |
   license        = ''Unlicensed'' |
}}
}}

Revision as of 10:37, 5 August 2009

Module info
Name ml_irc
Version 1.0
Author Sebassje <[email protected]>
Module website http://code.google.com/p/multitheftauto-modules/
Download link http://code.google.com/p/multitheftauto-modules/
License Unlicensed
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

This ml_irc is a module for your MTA:SA 1.0 Server, that provides IRC echo.

  • Note: It is only available for Windows (?, we working on a linux version).
  • Note: The bot can't join multiple servers.

Installation

Windows

Uncompress the file ml_irc.dll into your server\mods\deathmatch\modules\ directory.

Linux

Place the file ml_irc.so into your server/mods/deathmatch/modules/ directory.

mtaserver.conf

Add the following line in your mtaserver.conf:

  <module src="ml_irc" />

See Also

Functions

Connection:

Channel:

Bot:

Events

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