Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Where is the Greet Command in ANope 1.9.8  (Read 2025 times)

0 Members and 1 Guest are viewing this topic.

Allison

  • Anope User
  • Offline Offline
  • Posts: 2
Where is the Greet Command in ANope 1.9.8
« 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!
« Last Edit: July 13, 2019, 12:31:12 AM by Allison »
Logged

Allison

  • Anope User
  • Offline Offline
  • Posts: 2
Re: Where is the Greet Command in ANope 1.9.8
« Reply #1 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!
Logged
Pages: [1]   Go Up