diff options
Diffstat (limited to 'src/core/cs_modes.c')
-rw-r--r-- | src/core/cs_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_modes.c b/src/core/cs_modes.c index 3df93d912..06e737eff 100644 --- a/src/core/cs_modes.c +++ b/src/core/cs_modes.c @@ -380,7 +380,7 @@ class CSModes : public Module this->AddCommand(CHANSERV, new CommandCSVoice()); this->AddCommand(CHANSERV, new CommandCSDeVoice()); - if (serv_uplink && is_sync(serv_uplink)) + if (Me && Me->IsSynced()) OnUplinkSync(); Implementation i[] = { |