Modules/IRCEcho: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 15: | Line 15: | ||
Then, add the following line in mtaserver.conf: | Then, add the following line in mtaserver.conf: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<module | <module src="ml_ircecho.dll" /> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
(In DP2, use ''file'' instead of ''src''.) | |||
===Linux=== | ===Linux=== | ||
| Line 23: | Line 25: | ||
Then, add the following line in mtaserver.conf: | Then, add the following line in mtaserver.conf: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<module | <module src="ml_ircecho.so" /> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
(In DP2, use ''file'' instead of ''src''.) | |||
==Functions== | ==Functions== | ||
Revision as of 16:07, 21 August 2009
| 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 src="ml_ircecho.dll" />
(In DP2, use file instead of src.)
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" />
(In DP2, use file instead of src.)
Functions
- ircInit
- ircOpen
- ircDisconnect
- ircMessage
- ircNotice
- ircChangeNick
- ircJoin
- ircPart
- ircRaw
- ircIsVoice
- ircIsHalfop
- ircIsOp
- ircIsSuper
- ircIsOwner
- ircGetStatus