Modules/bIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<pageclass class="#0099AA" subcaption="Basic IRC Module"></pageclass>
<pageclass class="#0099AA" subcaption="Basic IRC Module"></pageclass>
{{Outdated|Development for this module seems to have halted, use [[resource:irc]] for now.}}
__NOTOC__
__NOTOC__
{{Module_Info|
{{Module_Info|
Line 8: Line 10:
   download_link  = ''Soon'' |
   download_link  = ''Soon'' |
   license        = ''Unlicensed'' |
   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).
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).
Line 16: Line 21:
===mtaserver.conf===
===mtaserver.conf===
Add the following line in your mtaserver.conf:
Add the following line in your mtaserver.conf:
<syntaxhighlight lang="lua" lang="xml">
<syntaxhighlight lang="xml">
<module src="ml_birc" />
<module src="ml_birc" />
</syntaxhighlight>
</syntaxhighlight>
Line 24: Line 29:
{{ml_birc callbacks}}
{{ml_birc callbacks}}


[[Category:Modules]]
[[ru:Modules/bIRC]]

Latest revision as of 20:26, 23 September 2016

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