this actually wouldnt take *too* much work, in src/ircd.c is the following information....

void build_protoctl(void)
{
ircsprintf(protoctl,
"SAFELIST SILENCE WATCH=%d MODES=%d MAXCHANNELS=%d MAXBANS=%d MAXEXEMPTS=%d NICKLEN=%d TOPICLEN=%d CHANTYPES=%s PREFIX=%s $
MAXWATCH, SM_MAXMODES, DYN_NETWORK_MAXCHANS, MAXBANS, MAXEXEMPTS,
NICKLEN, TOPICLEN, PROTOCTL_CHANTYPES, PROTOCTL_PREFIX, DYN_NETWORK_NETNAME);
}


So in the ./configure script you could define the name of your services there, or even in the ircd.conf itself. I'm modifying a version of ircd that is bahamut based(was bahamut, then changed and named titanircd, then finally viagraIRCD) and I will probably name the ircd code something different to distinguish my code. At anyrate when I'm done adding auditorium to the code I'll test this out and post the addy for anyone that would like to test it out as well. Good idea folks cool