diff options
-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")) { |