Modules/IRCEcho: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Module_Info|
{{Module_Info|
   name          = MTASA IRC Echo |
   name          = MTASA IRC Echo |
   version        = 2.0 |
   version        = 2.1 |
   author        = [[User:VRocker|VRocker]] |
   author        = [[User:VRocker|VRocker]] |
   module_website = ''Not available'' |
   module_website = ''Not available'' |
Line 7: Line 7:
   license        = ''Unlicensed'' |
   license        = ''Unlicensed'' |
}}
}}
MTASA IRC Echo is a module that provides an IRC echo for an MTASA server. At the moment it is only available for windows but a linux version will be available soon.
MTASA IRC Echo is a module that provides an IRC echo for an MTASA server. It is available for both Windows and Linux.


==Installation==
==Installation==
Line 16: Line 16:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <module file="ml_ircecho.dll" />
   <module file="ml_ircecho.dll" />
</syntaxhighlight>
===Linux===
Uncompress the file ml_ircecho.so into your ''%MTASERVER%\mods\deathmatch\modules\'' directory.
Then, add the following line in mtaserver.conf:
<syntaxhighlight lang="xml">
  <module file="ml_ircecho.so" />
</syntaxhighlight>
</syntaxhighlight>



Revision as of 22:31, 9 February 2008

Module info
Name MTASA IRC Echo
Version 2.1
Author VRocker
Module website Not available
Download link Here
License Unlicensed
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

MTASA IRC Echo is a module that provides an IRC echo for an MTASA server. It is available for both Windows and Linux.

Installation

Windows

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

Then, add the following line in mtaserver.conf:

  <module file="ml_ircecho.dll" />

Linux

Uncompress the file ml_ircecho.so into your %MTASERVER%\mods\deathmatch\modules\ directory.

Then, add the following line in mtaserver.conf:

  <module file="ml_ircecho.so" />

Functions

Callbacks