Blog Archive for September 2, 2015

Debian IRC Server

September 2, 2015

I wanted to set up an IRC server on my Debian box so that I can have the build process report its progress in a chatroom in real time.

Install Server

I chose to use inspircd. This can be installed using

# apt-get install inspircd

Configuration

Edit /etc/inspircd/inspircd.conf so that …