f45a93b433
In addition to base features of ircd 2.9.10 it supports russian charsets translation (koi8-r,cp1251,translit, etc..) and also some RusNet protocol extensions. PR: ports/80061 Submitted by: SeaD <sead@mail.ru>
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
|
|
===> INSTALL NOTES:
|
|
Now edit /usr/local/ircd-rusnet/etc/rusnet.conf
|
|
and /usr/local/ircd-rusnet/etc/rusnet.conf
|
|
(cd /usr/local/etc/ircd-rusnet
|
|
cp example.conf ircd.conf
|
|
cp example.rusnet.conf rusnet.conf
|
|
vi ircd.conf; vi rusnet.conf)
|
|
|
|
And then start IRC server:
|
|
(cd /usr/local/etc/rc.d
|
|
mv ircd.sh.sample ircd.sh
|
|
/usr/local/etc/rc.d/ircd.sh start)
|