AW: [IRCServices] Configuration question
Yusuf Iskenderoglu
uhc0 at rz.uni-karlsruhe.de
Sun Mar 31 02:32:01 PST 2002
In order to do this, you open chanserv.c
around line 215 of that file, there is the command table of CS.
You locate this:
{ "REGISTER", do_register, NULL, CHAN_HELP_REGISTER,
-1,-1,-1,-1 },
and change the NULL to
is_services_admin
that means, the line is then:
{ "REGISTER", do_register, is_services_admin, CHAN_HELP_REGISTER,
-1,-1,-1,-1 },
After this, you do a (g)make install.
Then it is done...
Regards;
yusuf
----------------------------------------------------------------------
| Yusuf Iskenderoglu | You get to meet all sorts, |
| eMail - uhc0 at stud.uni-karlsruhe.de| in this line of work... |
| eMail - s_iskend at ira.uka.de | |
| ICQ UIN : 20587464 \ TimeMr14C | |
----------------------------------------------------------------------
> -----Ursprüngliche Nachricht-----
> Von: ircservices-admin at ircservices.za.net
> [mailto:ircservices-admin at ircservices.za.net] Im Auftrag von
> Michael D. Smith
> Gesendet: Samstag, 30. März 2002 21:46
> An: ircservices at ircservices.za.net
> Betreff: [IRCServices] Configuration question
>
>
> Is there any way to set Services so that only certain people
> (say, Services
> Admins) can physically register channels?
>
> -MS
>
>
>
>
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo> /ircservices
>