Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Cannot Send Global Messages To Users In latest Anope Version  (Read 3428 times)

0 Members and 1 Guest are viewing this topic.

Daniel

  • Anope User
  • Offline Offline
  • Posts: 1
Cannot Send Global Messages To Users In latest Anope Version
« on: October 21, 2017, 03:38:04 PM »

Good day,
I have the latest Anope version, but am unable to send global messages to users.
The only global messages that do work, are the services shutdown,restart, and startup messages. However, if a services root tries to send a global message, all they get is, "Attention please!" And, "global: Unknown command."
As far as I know, I have all of the oper things set correctly, and the global module is loaded.
Below is what I have, I'd appreciate some help with this if at all possible.
Anope Config
opertype
{
   name = "Services Root"

   commands = "*"

   privs = "*"
}
   oper
{
   name = "phoenix"

   type = "Services Root"

   /* If set, the user must be an oper on the IRCd to gain their Services
    * oper privileges.
 */
   require_oper = yes

   /* An optional password. If defined the user must login using "/msg OperServ LOGIN" first */
   password = ""

   /* An optional SSL fingerprint. If defined, it's required to be able to use this opertype. */
   #certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7"

   /* An optional list of user@host masks. If defined the user must be connected from one of them */
   #host = "*@*.anope.org ident@*"

   /* An optional vHost to set on users who identify for this oper block.
    * This will override HostServ vHosts, and may not be available on all IRCds
    */
   vhost = "oper.chavezapps.us"
}
Hopefully the above configuration should help in resolving this. For reference, I am running Anope 2.0.5 on Unix.
Logged

Jens Voss

  • Team
  • *
  • Offline Offline
  • Posts: 125
Re: Cannot Send Global Messages To Users In latest Anope Version
« Reply #1 on: October 21, 2017, 03:59:32 PM »

Code: [Select]
/msg global help
Logged
Pages: [1]   Go Up