International Support > French

[RESOLVED] Question for m_chanstats

<< < (3/3)

c-cris:
Yes I did a restart and here is my complete chantats.conf:

--- Code: ---/*
 * ChanStats
 * Assurez-vous que BotServ, ChanServ et NickServ sont lancés
 */
 
module
{
name = "m_chanstats"
 
/* Ceci doit être configuré avec un module SQL actif */
engine = "mysql/main"
prefix = "anope_"
 
smileyshappy = ":) :-) ;) ;-) :D :-D :P :-P"
smileyssad = ":( :-( ;( ;-("
smileysother = ":/ :-/"
NSDefChanstats = yes
CSDefChanstats = yes
}
command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; }
command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; }
command { service = "NickServ"; name = "SASET CHANSTATS"; command = "nickserv/saset/chanstats"; }
 
module { name = "cs_fantasy_stats" }
command { service = "ChanServ"; name = "STATS"; command = "chanserv/stats"; }
command { service = "ChanServ"; name = "GSTATS"; command = "chanserv/gstats"; }
fantasy { name = "STATS"; command = "chanserv/stats"; }
fantasy { name = "GSTATS"; command = "chanserv/gstats"; }
 
module { name = "cs_fantasy_top" }
command { service = "ChanServ"; name = "TOP"; command = "chanserv/top"; }
command { service = "ChanServ"; name = "TOP10"; command = "chanserv/top10"; }
command { service = "ChanServ"; name = "GTOP"; command = "chanserv/gtop"; }
command { service = "ChanServ"; name = "GTOP10"; command = "chanserv/gtop10"; }
fantasy { name = "TOP"; command = "chanserv/top"; }
fantasy { name = "TOP10"; command = "chanserv/top10"; }
fantasy { name = "GTOP"; command = "chanserv/gtop"; }
fantasy { name = "GTOP10"; command = "chanserv/gtop10"; }

--- End code ---

PeGaSuS:

--- Quote from: c-cris on March 05, 2022, 03:53:51 PM ---Hello,
Thanks for the fix :)
However, I commented the configuration like this:
NSDefChanstats=yes
CSDefChanstats=yes
But nothing to do, even with new users, they have to perform the command /ns set chantstats on :/

--- End quote ---

I don't know wich anope version you're using, but the variables are

--- Code: ---ns_def_chanstats = yes
cs_def_chanstats = yes

--- End code ---
and not

--- Code: ---NSDefChanstats = yes
CSDefChanstats = yes

--- End code ---

Please adjust your configuration accordingly.

c-cris:

--- Quote from: The Myth Lives on March 05, 2022, 08:28:06 PM ---I don't know wich anope version you're using, but the variables are

--- Code: ---ns_def_chanstats = yes
cs_def_chanstats = yes

--- End code ---
and not

--- Code: ---NSDefChanstats = yes
CSDefChanstats = yes

--- End code ---

Please adjust your configuration accordingly.

--- End quote ---

I'm using version 2.0.10 and the changes are correct! Thank you very much it works :)

I don't know why it was like this :/

Navigation

[0] Message Index

[*] Previous page

Go to full version