Modules/SebasIRC: Difference between revisions
Jump to navigation
Jump to search
Mack Varial (talk | contribs) No edit summary |
Mack Varial (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ml_irc}} | {{ml_irc}} | ||
<div style="border:3px solid red;margin-bottom:3px;padding-left:10px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> | <div style="border:3px solid red;margin-bottom:3px;padding-left:10px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> | ||
''Note: Development for this module has stopped, use | ''Note: Development for this module has stopped, use [[resource:irc]] instead.'' | ||
</div> | </div> | ||
__NOTOC__ | __NOTOC__ |
Revision as of 15:33, 16 July 2011
Note: Development for this module has stopped, use resource:irc instead.
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.