summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-26 22:40:55 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-26 22:40:55 +0000
commit5d5453f0278fa74b30f83e5a7050775ada2d5290 (patch)
tree3d53b33c8c38a0ae7dca5f185771295bd5fd5207 /include
parentc5f869f353a21a5ffd2d4f971402b9ebf38fb56c (diff)
- Forward-port -r1784 [Fix bug where idle time sometimes is 0 even if the
client didn't send any private message] git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1785 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/conf_class.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/conf_class.h b/include/conf_class.h
index b7c13c3..6682f9d 100644
--- a/include/conf_class.h
+++ b/include/conf_class.h
@@ -28,8 +28,10 @@
#ifndef INCLUDED_conf_class_h
#define INCLUDED_conf_class_h
-#define CLASS_FLAGS_RANDOM_IDLE 0x1
-#define CLASS_FLAGS_HIDE_IDLE_FROM_OPERS 0x2
+#define CLASS_FLAGS_FAKE_IDLE 0x01
+#define CLASS_FLAGS_RANDOM_IDLE 0x02
+#define CLASS_FLAGS_HIDE_IDLE_FROM_OPERS 0x04
+
struct ClassItem
{