Modules/SebasIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: {{Module_Info| name = SebasIRC | version = 1.0 | author = Sebassje | module_website = ''Not available'' | download_link = ''In develop...)
 
mNo edit summary
Line 18: Line 18:
Then, add the following line in mtaserver.conf:
Then, add the following line in mtaserver.conf:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <module file="ml_irc" />
   <module src="ml_irc" />
</syntaxhighlight>
</syntaxhighlight>



Revision as of 21:01, 12 April 2009

Module info
Name SebasIRC
Version 1.0
Author Sebassje
Module website Not available
Download link In development
License Unlicensed
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

SebasIRC is a module for your MTA (1.0) Server, that provides IRC echo.

It is only available for Windows.


Installation

Windows

Uncompress the file ml_irc.dll into your %PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\ directory.

Then, add the following line in mtaserver.conf:

  <module src="ml_irc" />


Scripting

Functions

Connection:

Channel:

Bot:

Callbacks

Template:Modules/SebasIRC/Callbacks