Page 1 of 1

/helpop isn't working

Posted: Thu Jan 12, 2006 2:43 am
by Grunt
Hi. My problem is that I set up the server, but /helpop isn't working. I am oper, I tried to use /helpop ?chmodes, but nothing. I tried connecting as a regular user, but still nothing.

I am using Unreal 3.2.3 and the latest Anope. Configuration file blocks available at request.

Thanks in advance.

Posted: Thu Jan 12, 2006 6:24 am
by Stealth
Did you include help.conf?

Posted: Thu Jan 12, 2006 3:11 pm
by Grunt
Yes. These are all the includes:

include "aliases/anope.conf"
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";

On /rehash, i get this:
[17:13] -MyServer- *** Notice -- unrealircd.conf:49: Ignoring extra data

Until now, I thought that line 49 is the anope.conf file, but I did a line counting and it's the help.conf. What does this mean?



Also, I set these:
....
modes-on-join "+nt"
modes-on-connect "+ixw";
....
, but when i connected, it only gave me +i.

Then i disabled modes-on-join, and modes-on-connect worked just fine :?

Posted: Thu Jan 12, 2006 3:43 pm
by Dukat
Every line has to end with a ";" :!:
include "aliases/anope.conf";
include "help.conf";
modes-on-join "+nt";
modes-on-connect "+ixw";

Posted: Thu Jan 12, 2006 4:02 pm
by Grunt
Oh. *slaps his forehead*

It was so obvious, and I didn't see it.. Thanks.