Modules/bIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<pageclass class="#0099AA" subcaption="Basic IRC Module"></pageclass>
<pageclass class="#0099AA" subcaption="Basic IRC Module"></pageclass>
<div style="border:3px solid red;margin-bottom:3px;padding-left:10px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div>
{{Outdated|Development for this module seems to have halted, use [[resource:irc]] for now.}}
''Note: Development for this module seems to have halted, use [[resource:irc]] for now.''
 
</div>
__NOTOC__
__NOTOC__
{{Module_Info|
{{Module_Info|

Revision as of 12:12, 13 November 2011

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

Reason: Development for this module seems to have halted, use resource:irc for now.


Module info
Name ml_birc
Version 1.0
Author Awwu <[email protected]>
Module website None
Download link Soon
License Unlicensed
Written in Unknown
Operating system Windows only
Compatible with 1.0

Basic IRC module (bIRC) provides a fully functional server IRC echo for MTA:SA. It is currently available only for Windows servers on MTA:SA 1.0 (other versions untested).

Installation

Uncompress the file ml_birc.dll into your server\mods\deathmatch\modules\ directory.

mtaserver.conf

Add the following line in your mtaserver.conf:

<module src="ml_birc" />

Provided scripting functionality

Bot functions

Creation

Connection

Other

IRC functions

Channel

User

Communication

Other

Callbacks