Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Allison on July 13, 2019, 12:20:20 AM

Title: Where is the Greet Command in ANope 1.9.8
Post by: Allison on July 13, 2019, 12:20:20 AM
Hello all!

Been using Anope for a while, but I've run into a problem.  My users can set a greet message, but the bots don't show any information in regards to displaying it.  Even setting access levels for greet to 0 don't allow greet messages to be displayed.

Is there a special module I have to load for Anope to use it?

Running Anope 1.9.8 on Unreal 4.24.

My botserv config has this, but the greet option does not show up when I do /msg botserv help set:

Code: [Select]
module { name = "bs_set" }
command { service = "BotServ"; name = "SET"; command = "botserv/set"; }
command { service = "BotServ"; name = "SET DONTKICKOPS"; command = "botserv/set/dontkickops"; }
command { service = "BotServ"; name = "SET DONTKICKVOICES"; command = "botserv/set/dontkickvoices"; }
command { service = "BotServ"; name = "SET FANTASY"; command = "botserv/set/fantasy"; }
command { service = "BotServ"; name = "SET GREET"; command = "botserv/set/greet"; }
command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; permission = "botserv/set/nobot"; }
command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/private"; permission = "botserv/set/private"; }


However, in checking my #Services channel, I notice this message.  I don't know what's missing.
Code: [Select]
[19:06] <BotServ> Command SET GREET exists on me, but its service botserv/set/greet was not found!
Title: Re: Where is the Greet Command in ANope 1.9.8
Post by: Allison on July 13, 2019, 04:41:41 AM
Apparently, the commands are fubar'd up in Anope 1.9.8.  We finally got 2.0.6 working, and it resolved the issues.  So I kinda answered my own question.  Thanks though!