Modules/SebasIRC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
name = ml_irc | | name = ml_irc | | ||
version = 1.0 | | version = 1.0 | | ||
author = [[User:Sebassje| | author = [[User:Sebassje|x86]] <[email protected]> | | ||
module_website = ''http://code.google.com/p/multitheftauto-modules/'' | | module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' | | ||
download_link = ''http://code.google.com/p/multitheftauto-modules/'' | | download_link = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' | | ||
license = ''Unlicensed'' | | license = ''Unlicensed'' | | ||
}} | }} | ||
This ml_irc is a module for your MTA:SA 1 | This ml_irc is a module for your MTA:SA 1.x Windows server, that provides IRC echo. | ||
* '''Note:''' The bot can't join multiple servers. | * '''Note:''' The bot can't join multiple servers. | ||
Line 15: | Line 15: | ||
===Windows=== | ===Windows=== | ||
Uncompress the file ml_irc.dll into your ''server\mods\deathmatch\modules\'' directory. | Uncompress the file ml_irc.dll into your ''server\mods\deathmatch\modules\'' directory. | ||
<!-- | |||
===Linux=== | ===Linux=== | ||
Place the file ml_irc.so into your ''server/mods/deathmatch/modules/'' directory. | Place the file ml_irc.so into your ''server/mods/deathmatch/modules/'' directory. | ||
--> | |||
===mtaserver.conf=== | ===mtaserver.conf=== | ||
Add the following line in your mtaserver.conf: | Add the following line in your mtaserver.conf: |
Revision as of 13:43, 17 February 2010
Module info | |
Name | ml_irc |
Version | 1.0 |
Author | x86 <[email protected]> |
Module website | Here |
Download link | Here |
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.x Windows server, that provides IRC echo.
- Note: The bot can't join multiple servers.
Installation
Windows
Uncompress the file ml_irc.dll 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.