I have installed denora (Denora-1.5.1.771)
with the following configuration:
http://pastebin.com/MVMMhQUSAt 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.
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.