ns_massset

Module Author: LEthaLity
Category: NickServ
Status: Published
User Rating: (2 Comments)

This module provides the ability for Services Staff with the nickserv/massset permission to change NickServ settings for ALL registered users.
This is something you would probably not want/need loaded all the time but can be useful to override a setting you've overlooked or wrongly enabled/disabled in nickserv.conf's default options.
Using this module does have the potential to annoy users who set their own options and were quite happy with them.

This module provides the following command:
/msg NickServ MASSSET <option> <param>
option can be one of Kill, Secure, AutoOP, Message, ChanStats - param can be ON or OFF, plus Quick and IMMED for Kill.

To load this module and add the command, add the following to a services config file (eg nickserv.conf):
module { name = "ns_massset" }
command { service = "NickServ"; name = "MASSSET"; command = "nickserv/massset"; permission = "nickserv/massset"; }

Latest Module Releases

Recent User Comments

  • CrazyCat (crazycat)

    Posted: 14/10/16 16:33:25
    Anope Version: 2.0.3
    Module Version: 0.2
    Comments:
    I successfuly compile and install the module, but when I try to use, I got: "m_chanstats is not loaded".

    When doing /msg operserv modlist, I can see:
    Module: m_chanstats [2.0.3] [Extra, Vendor]
    Module: ns_massset [0.2] [Third]


    User Rating:

  • CrazyCat (crazycat)

    Posted: 14/10/16 16:50:32
    Anope Version: 2.0.4
    Module Version: 0.2
    Comments:
    I successfuly compile and install the module, but when I try to use, I got: "m_chanstats is not loaded".

    When doing /msg operserv modlist, I can see:
    Module: m_chanstats [2.0.3] [Extra, Vendor]
    Module: ns_massset [0.2] [Third]

    The trouble is on line 251:
    if (!Config->GetModule("m_chanstats"));
    the ";" makes exiting from the if statement, and the m_chanstats module is never seen.

    User Rating:

Post A Comment

You need to be logged in to post a comment.