Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: Borja on September 15, 2014, 12:34:10 PM

Title: Users gradually increase
Post by: Borja on September 15, 2014, 12:34:10 PM
I have installed denora (Denora-1.5.1.771)

with the following configuration: http://pastebin.com/MVMMhQUS


At first everything works fine, but later the number of online users in inspircd and denora mismatched.

When I do /map in isnpirc i can see 19 users. (19 is the correct number of users)
In Magicirc and the denora database I see 32 users.

Code: [Select]
mysql> select * from current;
+-------------+-----+------------+
| type        | val | time       |
+-------------+-----+------------+
| users       |  32 | 1410780360 |
| chans       |  11 | 1410779771 |
| daily_users |  55 | 1410751540 |
| servers     |   6 | 1410726303 |
| opers       |   2 | 1410726303 |
+-------------+-----+------------+



Why this fails?

Thanks.




 
Title: Re: Users gradually increase
Post by: Hal9000 on September 24, 2014, 06:31:39 PM
probably there is a bug in the inspircd module...
does the value get corrected if you restart denora?
Title: Re: Users gradually increase
Post by: Borja on September 26, 2014, 08:44:15 AM
Yes,

I restart denora and works well.

Thanks.