Modules/IRCEcho: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Mack Varial (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Needs_Checking|Is this module still stable in 1.0/1.1? Seems to crash alot and unable to join channels.}} | {{Needs_Checking|Is this module still stable in 1.0/1.1? Seems to crash alot and unable to join channels.}} | ||
{{Needs_Checking|Confirmed by x86, only works for DP2.3, use [[Resource:Irc]] for now}} | |||
{{Module_Info| | {{Module_Info| | ||
Revision as of 15:31, 16 July 2011
| This article needs checking. | |
Reason(s): Is this module still stable in 1.0/1.1? Seems to crash alot and unable to join channels. |
| This article needs checking. | |
Reason(s): Confirmed by x86, only works for 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