Skip to content
Valerie Pond edited this page Dec 11, 2022 · 2 revisions

Welcome to the Dalek Services wiki on GitHub.

Here, you will find out how you can install and run Dalek Services as well as write your own modules.

This section provides all the information you'll need to get Dalek setup and running.

Note: Before running, please make sure you have both a self-hosted WordPress instance, and an UnrealIRCd instance.

This section displays DalekIRC's configuration syntax and options. This is the same syntax that UnrealIRCd uses.

  • Module development

If you are interested in developing something for DalekIRC and would like to make it public, you can make a pull request to the contribution repository.

The source is coded in PHP and is coded to be similar in respect to both WordPress plug-in development API as well as UnrealIRCd's module API. You can find many examples in the source, the modules are relatively-well documented.

E.g, you can find a good example of adding a server command and a hook in this file.