Modules/IRCEcho: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<div style="border:3px solid red;margin-bottom:3px;padding-left:10px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div>
{{Outdated|This module only works on DP2.3, use [[resource:irc]] for now}}
''Note: This module only works on DP2.3, use [[resource:irc]] for now''
</div>


{{Module_Info|
{{Module_Info|

Revision as of 12:10, 13 November 2011

Dialog-information.png This article is (partially) outdated and the information may no longer apply.

Reason: This module only works on DP2.3, use resource:irc for now
Module info
Name MTASA IRC Echo
Version 2.1
Author VRocker
Module website Not available
Download link Here
License Unlicensed
Written in C++
Operating system Cross-platform
Compatible with DP2.3

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 src="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 src="ml_ircecho.so" />

Functions

Callbacks