Page 1 of 1

Solarstats and IRCservices Together

Posted: Thu Mar 11, 2004 2:52 pm
by LoVeRbOy
Hello;
I just want to add a help about using them together...
First created ircservices without statserv, then made solarstats. Then as you will see both worked well except /ss aliases if you use aliases/ircservices.conf.
I made smth like this ;

/* Aliases for Solarstats and Ircservices */
alias nickserv { type services; };
alias ns { nick nickserv; type services; };
alias chanserv { type services; };
alias cs { nick chanserv; type services; };
alias memoserv { type services; };
alias ms { nick memoserv; type services; };
alias operserv { type services; };
alias os { nick operserv; type services; };
alias helpserv { type services; };
alias hs { nick helpserv; type services; };
alias irciihelp { type services; };
alias statserv { type stats; };
alias ss { nick statserv; type stats; };
include "aliases/aliases.conf";

named it SSirc.conf
and added a line to unrealircd.conf...

include "aliases/SSirc.conf";

By this way i could use both services and stats with aliases

Maybe that can help to some newbies...

http://www.solarstats.net (Stats) (Easy to translate)
http://www.ircservices.za.net (services)

Posted: Thu Mar 11, 2004 4:22 pm
by Ron2K
Hint to developers: include a solarstats alias file to those who are REALLY clueless. Should only take 5 minutes. :P

Posted: Thu Mar 11, 2004 5:25 pm
by codemastr
aliases/genericstats.conf already has aliases for statserv.