Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: [Corrected] Error with ns_massset  (Read 4634 times)

0 Members and 1 Guest are viewing this topic.

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
[Corrected] Error with ns_massset
« on: October 14, 2016, 03:54:22 PM »

This is a correction :)

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:
Code: [Select]
if (!Config->GetModule("m_chanstats"));the ";" makes exiting from the if statement, and the m_chanstats module is never seen.

Just remove it and recompile, anything will be ok.
Pages: [1]   Go Up