Solarstats and IRCservices Together

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
LoVeRbOy
Posts: 11
Joined: Thu Mar 11, 2004 2:35 pm
Location: top of clouds

Solarstats and IRCservices Together

Post 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)
Ron2K

Post by Ron2K »

Hint to developers: include a solarstats alias file to those who are REALLY clueless. Should only take 5 minutes. :P
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

aliases/genericstats.conf already has aliases for statserv.
-- codemastr
Locked