summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-16 16:19:57 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-16 16:19:57 +0000
commitaf9d3617375b3fb013dc6ac49a1926bde4f775e0 (patch)
treec46b85581642518b7d8a1474014c3cdd37f14f6e /include/users.h
parent72fe978b29fa7d9fd7f8e9c2766c06ab1a0a8bc7 (diff)
Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some more
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8717 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h
index a452ec014..d9330d427 100644
--- a/include/users.h
+++ b/include/users.h
@@ -636,9 +636,8 @@ class CoreExport User : public connection
* are dropped into the bit-bucket.
* This value is set by QuitUser, and is not needed seperately from that call.
* Please note that setting this value alone will NOT cause the user to quit.
- * This means it can be used seperately, for example by shun modules etc.
*/
- bool muted;
+ bool quitting;
/** IPV4 or IPV6 ip address. Use SetSockAddr to set this and GetProtocolFamily/
* GetIPString/GetPort to obtain its values.