Since of the recent AUP change, this might help some people that wish to have a IRC server:
This tutorial will help you install Unreal IRCd 3.2.7
First, you'll need the server.
Code:
wget http://ircd.ninth-gate.net/Unreal3.2.7.tar.gz
gunzip Unreal3.2.7.tar.gz
tar xfv Unreal3.2.7.tar
Now, you'll need to make / make install and whatever.
Code:
./Config # This will take you to the first configuration.
make install
Now, for the final step, configuration.
Code:
vi doc/example.conf
Just change vi to nano or what ever you use.
Save the file to unrealircd.conf in your main directory, not under doc.
Now, run your server!
Code:
/path/to/Unrealdir/unreal start
Hope this helps those of you who wish to run a IRC server 
If anyone needs a example configuration, I'll be happy to post one.
Note: This does not include IRC services.
Bookmarks