Modules/bIRC: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:
   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).

Revision as of 10:25, 16 July 2011

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