Modules/SebasIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:
   download_link  = ''[http://multitheftauto-modules.googlecode.com/svn/branches/ml_irc-rewrite/output/ml_irc.dll Here]'' |
   download_link  = ''[http://multitheftauto-modules.googlecode.com/svn/branches/ml_irc-rewrite/output/ml_irc.dll Here]'' |
   license        = ''Unlicensed'' |
   license        = ''Unlicensed'' |
  written_in    = C++
  operating_system = Windows
  compatible_with = MTA SA 1.x.x
}}
}}
This ml_irc is a module for your MTA:SA 1.x Windows server, that provides IRC echo.
This ml_irc is a module for your MTA:SA 1.x Windows server, that provides IRC echo.

Revision as of 17:18, 21 July 2016

Dialog-information.png This article is (partially) outdated and the information may no longer apply.

Reason: 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 C++
 operating_system = Windows
 compatible_with = MTA SA 1.x.x
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:

Bot:

Events

There are no more events, more events are made in lua with onIRCRaw so that you can create your own syntax.