From a215177f3179f8a47a7d5a669467334c5b8e40ec Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 27 Aug 2008 19:47:33 +0000 Subject: Don't force-finish a burst on a timer, instead, set bursted if a PONG is recieved while still bursting (obviously wrong). git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10326 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index c6a607a9f..adf32b752 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -702,7 +702,7 @@ void User::Oper(const std::string &opertype, const std::string &opername) char* savept2; if (this->IsModeSet('o')) - this->Deoper(); + this->UnOper(); this->modes[UM_OPERATOR] = 1; this->WriteServ("MODE %s :+o", this->nick.c_str()); -- cgit v1.3.1-10-gc9f91