Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Derek785 on July 03, 2006, 04:30:59 PM

Title: *Serv commands not working
Post by: Derek785 on July 03, 2006, 04:30:59 PM
I'm having a problem, Chanserv, Operserv, Botserv etc... are not responding to any commands.

[11:26] -> *Nickserv* HELP
-
[11:26] -NickServ- Unknown command HELP.  "/msg NickServ
HELP" for help.

same for all commands, not sure what's going on, any suggestions?
Title:
Post by: Charles Kingsley on July 03, 2006, 05:09:28 PM
I'll guess you upgraded from 1.6.x to 1.7.x and didn't update your services.conf with the required differences. I suggest you look at example.conf in 1.7.x and compare.
Title:
Post by: katsklaw on July 03, 2006, 05:33:01 PM
I had this problem when I was testing svn versions and upgraded form one to another without doing a make distclean before re-compiling due to the newer core trying to load older core modules..

You may want to try that as well.

make distclean
make
make install

[Edited on 3-7-2006 by katsklaw]
Title:
Post by: Derek785 on July 03, 2006, 07:20:28 PM
I used the config from 1.7, and i'm using the windows version.

[Edited on 7-3-2006 by Derek785]
Title:
Post by: Dave Robson on July 03, 2006, 08:13:01 PM
Can you check on your config for the core modules being loaded, im guessing they are not being.
Title:
Post by: Charles Kingsley on July 03, 2006, 08:18:20 PM
Ok, I'll rephrase, I bet you used the config from 1.7 (pre core module days) .... on a build with core modules.

Look in your services.conf for lines such as

OperCoreModules
NickCoreModules
ChanCoreModules
etc.

Or email me your conf..
Title:
Post by: Radical_Edgnet on July 23, 2006, 10:40:54 PM
Moderator Note: Please don't do that. There are several config file differences than just the core modules. It's highly encouraged that users completely redo their config files from scratch when jumping several releases.

[Edited on 23-7-2006 by katsklaw]