ircd-irc2

Original IRC server daemon for hosting internet relay chat networks

brewmacoslinux
Try with needOr install directly
Source

About

Original IRC server daemon

Commands

ircd

Examples

Start the IRC server with default configuration$ ircd
Start the IRC server with a custom configuration file$ ircd -f /etc/ircd/ircd.conf
Run IRC server in the background and log output$ ircd -f /etc/ircd/ircd.conf > /var/log/ircd.log 2>&1 &