diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 052ebd8fc..ccd58c95f 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -372,7 +372,7 @@ bool IRCDProto::IsHostValid(const Anope::string &host) void IRCDProto::SendOper(User *u) { SendNumericInternal(381, u->GetUID(), ":You are now an IRC operator (set by services)"); - u->SetMode(OperServ, "OPER"); + u->SetMode(NULL, "OPER"); } unsigned IRCDProto::GetMaxListFor(Channel *c) |