summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 74c61199..ea6cf302 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -310,9 +310,9 @@ typedef struct msgque_t {
#define ALERT_PWD_GOODPOST (0x08)
#define ALERT_PWD_JUSTIFY (0x10)
// #define ALERT_PWD_LOGINS (0x20)
-// #define ALERT_PWD_POSTS (0x40)
+#define ALERT_PWD_POSTS (0x40)
#define ALERT_PWD_RELOAD (0x80) // reload entire pwd
-#define ALERT_PWD (ALERT_PWD_PERM|ALERT_PWD_BADPOST|ALERT_PWD_GOODPOST|ALERT_PWD_JUSTIFY|ALERT_PWD_RELOAD)
+#define ALERT_PWD (ALERT_PWD_PERM|ALERT_PWD_BADPOST|ALERT_PWD_GOODPOST|ALERT_PWD_JUSTIFY|ALERT_PWD_POSTS|ALERT_PWD_RELOAD)
// userinfo_t.angelpause values
#define ANGELPAUSE_NONE (0) // reject none (accept all)