Support Forums
Setting up an IRC server CentOS - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37)
+---- Thread: Setting up an IRC server CentOS (/showthread.php?tid=3377)



Setting up an IRC server CentOS - Gonzo - 12-06-2009

i have no ideas on how to do this whatsoever, so if someone could shed some light i would be grateful Smile


RE: Setting up an IRC server CentOS - manipulate - 12-10-2009

wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz
tar -xzvf Unreal3.2.8.1.tar.gz
cd Unreal3.2.8.1
./Config
make
cp docs/example.conf unrealircd.conf [read documentation for info on how to configure]
nano unrealircd.conf
./unreal start

This is just off the top of my head.


RE: Setting up an IRC server CentOS - ELY_M - 02-12-2010

iintens is right.
you can leave out v so you untar faster.
tar zxf Unreal3.2.8.1.tar.gz

http://www.unrealircd.com is the official site for the ircd.
you can read manuals on there.