diff options
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index e6124e135..13b21e1ce 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -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); |