Install

Requirements

Installation

Checkout the repository (do this on the root of a user's home, otherwise adjust the 'services' bash file accordingly)

hg clone https://bitbucket.org/ozafy/borknet_services

Now setup the bots (edit borknet_services/bot.conf and every .conf file in the borknet_services/core/modules/* directories)

host=borkserv.borknet.org
server=127.0.0.1
toport=4400
connectpass=secret
numeric=]O

Add a Connect,Port and Uworld block to your snircd config.

Connect {
 name = "borkserv.borknet.org";
 host = "127.0.0.1";
 password = "secret";
 port = 4400;
 class = "Server";
 autoconnect = no;
 hub;
};
Port {
 server = yes;
 port = ipv4 4400;
 hidden = yes;
 vhost = "127.0.0.1";
};
# you should add this to your existing UWorld block
UWorld {
 name = "borkserv.borknet.org";
};

Finally start the services with

chmod u+x services
./services

Good luck!


Last updated on 10/12/2013 for Debian 6.0 (Squeeze) by Ozafy