From 6522f7e3e784b6881a9226b9dd666d8eac5d4174 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 25 Jun 2018 15:21:37 +0100 Subject: Remove Log() calls made unnecessary by the previous commit. --- src/users.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index aa5100ce7..7a34b31b1 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -375,7 +375,6 @@ void User::Oper(OperInfo* info) nick.c_str(), ident.c_str(), GetRealHost().c_str(), oper->name.c_str(), opername.c_str()); this->WriteNumeric(RPL_YOUAREOPER, InspIRCd::Format("You are now %s %s", strchr("aeiouAEIOU", oper->name[0]) ? "an" : "a", oper->name.c_str())); - ServerInstance->Logs->Log("OPER", LOG_DEFAULT, "%s opered as type: %s", GetFullRealHost().c_str(), oper->name.c_str()); ServerInstance->Users->all_opers.push_back(this); // Expand permissions from config for faster lookup -- cgit v1.3.1-10-gc9f91