Page 1 of 1

Operserv ( Anope Services )

Posted: Sun Jan 02, 2005 10:17 pm
by Parvez
how can i let Operserv to msg everything that happens in #services
do i have to enable anything?

Posted: Mon Jan 03, 2005 12:28 am
by Josh
Define LogChannel in services.conf.
# LogChannel <channel> [OPTIONAL]
#
# When defined, services will output log messages to this channel.
# IMPORTANT: This can be a security risk so make certain this channel
# is sufficiently protected from normal access.

LogChannel "#services"

Posted: Mon Jan 03, 2005 4:43 am
by Stealth
You also need to tell OperServ you want it to use the LogChan. This can be done with either of these 2 ways:

Start services with ./services -logchan

/os set logchan on

This must be dont each time services starts/restarts.

hmm

Posted: Mon Jan 03, 2005 9:25 pm
by Parvez
hmm.. got it! thanks guys 8)