Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: OssieB on February 25, 2006, 09:58:14 PM

Title: logchan - can't use set command with operserv
Post by: OssieB on February 25, 2006, 09:58:14 PM
hi,
i got a question: how can i turn on the logchan with operserv?
i added the logchan in the services.conf but i cant use the /msg operserv set (command) at all.
gives this error:  *OperServ* Unknown command set. "/msg OperServ HELP" for help.
anyone who could help me get it fixed?
Title:
Post by: lavinpj1 on February 25, 2006, 10:45:19 PM
Sounds to me like the operserv modules are messed up. Make sure the OS_Modules is all on one line and you have the necessary modules in there.
Title:
Post by: Tom65789 on February 26, 2006, 12:31:41 AM
are you using: /msg OperServ set logchan on

and make sure you have got the Config set to a channel which i assume you have:

Code: [Select]

# 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 "#logchan"
Title:
Post by: Trystan Scott Lee on February 26, 2006, 01:03:27 AM
os_set must be loaded then /os set logchan on will work
Title:
Post by: OssieB on February 26, 2006, 08:17:22 AM
thx for the help but i still cant get it to work
i double checked the services.conf and os_set is in the operserv modules line.
and the logchannel is also set.
but i cant seem to get the "/os set" command to work.
are there any flags i need to set extra on O-line to get it working, i tried services-admin and allmost all other modes?

*i just tried to manually load the os_set module with /os modload os_set but that wont work either, all other modules load fine with /os modload , even os_raw but there's something thats preventing me from loading os_set.
os_set is present in modules folder though

[Edited on 26-2-2006 by OssieB]
Title:
Post by: ShelLuser on February 26, 2006, 01:37:17 PM
Quote
Originally posted by OssieB
but i cant seem to get the "/os set" command to work.

Are you now talking about the literal command "/os set" or are we talking about a shortcut for "/msg operserv set ...". Because the first has nothing to do with Anope but the aliases your ircd may or may not support.  Just a sidenote.

Second thing I'm wondering about, but I am not sure here, have you also tried using the "LogBot" option ?  This is but a guess but I wonder if all ircds support services dumping text in the channel without an "entity" doing so.

And I'm also wondering if you already tried debugging the obvious options (like checking if the logchan isn't denied by your services or ircd for example).
Title:
Post by: OssieB on February 26, 2006, 03:02:28 PM
we were talking about /msg operserv set :)
but i just started from scratch again, new config file etc..
works fine now, so dunno what was wrong before
thx for all the help guys