diff options
author | Sadie Powell <sadie@witchery.services> | 2024-07-14 11:44:22 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-07-14 11:44:22 +0100 |
commit | 94456a606336e7ac2e51caadb46895ce89078c39 (patch) | |
tree | cd9905b9504fa01e6df503c21347f6ea57e1fd7b | |
parent | 347d82f59bf12a6695e14d050d7096accca542c5 (diff) |
Fix sending global messages to remotely linked servers.
-rw-r--r-- | modules/global/global.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/global/global.cpp b/modules/global/global.cpp index ef8bb0f64..1a9f98c3c 100644 --- a/modules/global/global.cpp +++ b/modules/global/global.cpp @@ -137,9 +137,6 @@ public: if (!sender) return false; - if (!server) - server = Servers::GetUplink(); - Anope::string line; if (source && !Config->GetModule(this)->Get<bool>("anonymousglobal")) { |