summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-06-25 15:21:37 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-20 12:34:24 +0100
commit6522f7e3e784b6881a9226b9dd666d8eac5d4174 (patch)
treec2ab47ebd96fc1368f8bd7b610f9550dde12a3be /src/users.cpp
parent8faa6ac77378e39de2dbca64a2c54a484db8f77d (diff)
Remove Log() calls made unnecessary by the previous commit.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
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