Modules/IRCEcho: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Initial Page)
 
No edit summary
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>


==Handler functions==
==Functions==
{{Modules/IRCEcho/Handler_functions}}
{{Modules/IRCEcho/Functions}}


==Result managing functions==
==Callbacks==
{{Modules/IRCEcho/Result_functions}}
{{Modules/IRCEcho/Callbacks}}


[[Category:Modules]]
[[Category:Modules]]

Revision as of 14:08, 13 January 2008

Module info
Name MTASA IRC Echo
Version 2.0
Author VRocker
Module website Not available
Download link Here
License {{{license}}}
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. At the moment it is only available for windows but a linux version will be available soon.

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" />

Functions

Callbacks