1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 05:36:38 +02:00

Properly store our clients internal channel status's and burst them if needed.

Also made Flag::HasFlag use test() instead of operator[] to catch errors, and fixed an out of bounds access to a
Flags
bitset causing crashes on some systems.
This commit is contained in:
Adam
2010-08-28 20:56:45 -04:00
parent 26ba944d55
commit e820e1af0d
12 changed files with 39 additions and 26 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void BotInfo::Join(Channel *c, bool update_ts)
}
if (!update_ts)
ircdproto->SendJoin(this, c->name, c->creation_time);
else
else if (Me && Me->IsSynced())
{
ircdproto->SendJoin(this, cc);