Mythica is a modular Internet Relay Chat daemon written in C.
The project takes modularisation to new levels, with pretty much everything being contained in a module. This allows simple drop-in replacement of any command or mode, even such basic ones as /nick and ops.
A large selection of hooks means that modules can also affect commands and modes in subtler ways.
The long term goal of the project is to provide a highly functional and customisable IRCd, while avoiding core bloat, unmaintainable subsystems or bad performance.





