Service generic/help not found #477
-
|
Hi ! I'm stuck with a problem on a fresh install of anope 2.0.17 At services launch, I can notice NickServ etc... without any problem, but no service responds to "help" command !
I see this line in the log :
I tried to remove this line in nickserv.conf :
But it's the same (except that the service didn't mention "/msg Itself HELP" for help" in that case) Other commands seems to be ok :
I don't know what to do now... Can someone help me ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You've unloaded the help module. https://github.com/anope/anope/blob/2.0/data/modules.example.conf#L12-L19 You will also need to re-add the command { } block in nickserv.conf that you removed. |
Beta Was this translation helpful? Give feedback.
-
|
Ohh right ! It was that ! |
Beta Was this translation helpful? Give feedback.
You've unloaded the help module.
https://github.com/anope/anope/blob/2.0/data/modules.example.conf#L12-L19
You will also need to re-add the command { } block in nickserv.conf that you removed.