[IRCServices] /chanserv/nickserv

Barry Murphy icepick at blabber.net
Mon Jun 24 07:47:05 PDT 2002


Hi tom,

This is not a services related problem. Should you be running Unreal IRCD, you 
should have the following lines in yours unrealircd.conf:-


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 identify {
        format "^#" {
                alias chanserv;
                parameters "IDENTIFY %1-";
        };
        format "^[^#]" {
                alias nickserv;
                parameters "IDENTIFY %1-";
        };
        type command;
};

alias services {
        format "^#" {
                alias chanserv;
                parameters "%1-";
        };
        format "^[^#]" {
                alias nickserv;
                parameters "%1-";
        };
        type command;
};

Regards
Barry Murphy
Web: www.blabber.net

On Mon, 24 Jun 2002 14:34, Bob8436 at aol.com wrote:
> Hi,
>        I've gone through the mailing list archives and found only one topic
> on the use of /nickserv instead of /msg nickserv, etc.  All four replies to
> the article said that this was a problem in the ircd and not in the
> services package.  On my server, however, i ran Unreal 3.1.3 with the
> cygnus services package and could use those commands just fine.  When i
> switched to these irc services, however, those commands immediatly stopped
> working.  Between the switch i in no way modified the ircd itself.  I have
> experienced the same problem with both the latest stable version and the
> latest beta of these services.
>                                                                    Thanks,
>                                                                         
> Tom