Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Users gradually increase  (Read 6738 times)

0 Members and 1 Guest are viewing this topic.

Borja

  • Anope User
  • Offline Offline
  • Posts: 17
Users gradually increase
« 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.




 
Logged

Hal9000

  • Team
  • *
  • Offline Offline
  • Posts: 103
Re: Users gradually increase
« Reply #1 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?
Logged

Borja

  • Anope User
  • Offline Offline
  • Posts: 17
Re: Users gradually increase
« Reply #2 on: September 26, 2014, 08:44:15 AM »

Yes,

I restart denora and works well.

Thanks.
Logged
Pages: [1]   Go Up