Modules/SebasIRC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | |||
===Functions=== | |||
{{Modules/SebasIRC/Functions}} | {{Modules/SebasIRC/Functions}} | ||
===Events=== | |||
{{Modules/SebasIRC/ | {{Modules/SebasIRC/Events}} | ||
[[Category:Modules]] | [[Category:Modules]] |
Revision as of 20:05, 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.
- Note: The bot can't join multiple servers.
Installation
Windows
Uncompress the file ml_irc.dll into your %PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\ directory.
Then, add the following line in 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.