summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-07-14 11:44:22 +0100
committerSadie Powell <sadie@witchery.services>2024-07-14 11:44:22 +0100
commit94456a606336e7ac2e51caadb46895ce89078c39 (patch)
treecd9905b9504fa01e6df503c21347f6ea57e1fd7b /modules
parent347d82f59bf12a6695e14d050d7096accca542c5 (diff)
Fix sending global messages to remotely linked servers.
Diffstat (limited to 'modules')
-rw-r--r--modules/global/global.cpp3
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"))
{