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:
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.
[19:06] <BotServ> Command SET GREET exists on me, but its service botserv/set/greet was not found!