Modules/IRCEcho: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Mack Varial (talk | contribs) No edit summary |
||
(10 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{Outdated|This module only works on DP2.3, use [[resource:irc]] for now}} | |||
{{Module_Info| | {{Module_Info| | ||
name = MTASA IRC Echo | | name = MTASA IRC Echo | | ||
version = 2. | version = 2.1 | | ||
author = [[User:VRocker|VRocker]] | | author = [[User:VRocker|VRocker]] | | ||
module_website = ''Not available'' | | module_website = ''Not available'' | | ||
download_link = [http://liberty-unleashed.co.uk/MTA/IRC%20Echo%20Script%20v2.zip Here] | | download_link = [http://liberty-unleashed.co.uk/MTA/IRC%20Echo%20Script%20v2.zip 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. | 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 14: | Line 20: | ||
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_ircecho. | <module src="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 src="ml_ircecho.so" /> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 23: | Line 37: | ||
{{Modules/IRCEcho/Callbacks}} | {{Modules/IRCEcho/Callbacks}} | ||
[[ | [[ru:Modules/IRCEcho]] |
Latest revision as of 10:08, 21 June 2013
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
- ircInit
- ircOpen
- ircDisconnect
- ircMessage
- ircNotice
- ircChangeNick
- ircJoin
- ircPart
- ircRaw
- ircIsVoice
- ircIsHalfop
- ircIsOp
- ircIsSuper
- ircIsOwner
- ircGetStatus