Tip of the day: To upgrade UnrealIRCd on *NIX simply run: ./unrealircd upgrade

Translations:Main Page/10/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search
Development documentation
  • Dev:Unreal Architecture is a good jumping off place, and describes from a very high level how the IRCd is built
  • Dev:Module will help you create and understand the skeleton of a module
  • Dev:Module API shows the various ways a module can plug-in into existing functionality and/or provide new commands, modes, etc.
  • Server protocol explains the server-to-server protocol