Developers Corner
Downloads and Developer News
At this early stage in development, there is little information available for developers. However, while the plugin
architecture of Bersirc is not completely finished, I have made some header files available here, and demonstration plugins to give you
a head start. Take heed though, the architecture may change at any time - I make no guarantees :)
|
Script Functions
Complete list of up to date extended functions and classes available in Bersirc.
|
|
OnLogin Example
This snippet of script demonstrates how to use OnLogin to join different channels based on the name of the server you have connected to.
|
|
Echo Example
This snippet of script demonstrates how to use the Echo function to display text
|
|
bersPlugins.pas
Pascal unit which contains all header information for Bersirc plugins - essential for plugin authors. [v1.21]
|
|
Winamp Plugin
Full source code for the Winamp Plugin in bersirc. Requires latest BersPlugins zip
|
|
samplePluginCPP.zip
Sample Winamp Plugin written in MS vc++ by szcx. This plugin is compatible with 1.3+ versions of Bersirc. It includes BersPlugins.h which all plugin authors will need.
|
Delphi.about.Com - Excellent Resource
Pascal Language Tutorial
Learn Pascal
Pascal Programming
Pascal Tutorials galore!
Borland has a series of help files on their website which are updates to the delphi help files. Because
Bersirc uses the same language as Delphi, these help files are very useful as resources for scripters.
Download the help files here.
These help files are very large - > 11mb, but they are well worth the download. The help file
which will be of most use, is the Delphi 5 core package. The other file that will be of some use is the
visual component library help. The rest are of no use to Bersirc scripters.
It is also strongly recommended that all scripters download Borlands Object Pascal Language Reference
which is a zipped .pdf file. You can download it here.