Modules/SebasIRC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ml_irc}} | {{ml_irc}} | ||
__NOTOC__ | __NOTOC__ | ||
{{Module_Info| | {{Module_Info| | ||
name = ml_irc | | name = ml_irc | | ||
Line 11: | Line 10: | ||
}} | }} | ||
This ml_irc is a module for your MTA:SA 1.0 Server, that provides IRC echo. | This ml_irc is a module for your MTA:SA 1.0 Server, that provides IRC echo. | ||
* '''Note:''' It is only available for Windows. | * '''Note:''' It is only available for Windows (?, needs to be checked in linux). | ||
* '''Note:''' The bot can't join multiple servers. | * '''Note:''' The bot can't join multiple servers. | ||
==Installation== | ==Installation== | ||
===Windows=== | ===Windows=== | ||
Uncompress the file ml_irc.dll into your '' | Uncompress the file ml_irc.dll into your ''server\mods\deathmatch\modules\'' directory. | ||
===Linux=== | |||
Place the file ml_irc.so into your ''server/mods/deathmatch/modules/'' directory. | |||
===mtaserver.conf=== | |||
Add the following line in your mtaserver.conf: | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<module src="ml_irc" /> | <module src="ml_irc" /> |
Revision as of 20:13, 24 July 2009
Module info | |
Name | ml_irc |
Version | 1.0 |
Author | Sebassje <[email protected]> |
Module website | Not available |
Download link | In development |
License | Unlicensed |
Written in | {{{written_in}}} |
Operating system | {{{operating_system}}} |
Compatible with | {{{compatible_with}}} |
This ml_irc is a module for your MTA:SA 1.0 Server, that provides IRC echo.
- Note: It is only available for Windows (?, needs to be checked in linux).
- Note: The bot can't join multiple servers.
Installation
Windows
Uncompress the file ml_irc.dll into your server\mods\deathmatch\modules\ directory.
Linux
Place the file ml_irc.so into your server/mods/deathmatch/modules/ directory.
mtaserver.conf
Add the following line in your mtaserver.conf:
<module src="ml_irc" />
See Also
Functions
Connection:
Channel:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic
Bot:
Events
There are no more events, more events are made in lua with onIRCRaw so that you can create your own syntax.