Changed user editor

This commit is contained in:
Michiel Broek
2004-02-24 20:27:41 +00:00
parent e1e0abbc27
commit 1d91200972
5 changed files with 116 additions and 96 deletions

View File

@@ -99,7 +99,7 @@ struct userrec {
unsigned GraphMode : 1; /* ANSI Mode ON/OFF */
unsigned Deleted : 1; /* Deleted Status */
unsigned NeverDelete : 1; /* Never Delete User */
unsigned Chat : 1; /* Has IEMSI Chatmode */
unsigned xChat : 1;
unsigned LockedOut : 1; /* User is locked out */
unsigned DoNotDisturb : 1; /* DoNot disturb */
unsigned Cls : 1; /* CLS on/off */