summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-10-30 19:49:13 +0000
committerGravatar brain2006-10-30 19:49:13 +0000
commit2a31fe603884449ff08f300fa43dc7c0770b71e2 (patch)
tree52d0b92c963b57ed437000530bd0f48ef8bafcd6 /src/users.cpp
parentfix for (less severe) laggehness (diff)
Select is now done, and some debug removed. Not that anyone really should be using select()...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5587 e03df62e-2008-0410-955e-edbf42e46eb7
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 808d25a25..067e3068f 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -702,7 +702,6 @@ const char* userrec::GetWriteError()
void userrec::Oper(const std::string &opertype)
{
- this->ServerInstance->SE->WantWrite(this);
try
{
this->modes[UM_OPERATOR] = 1;