]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/flags.h
This is a major bugfix for several mistakes made in coding that were
[irc/gameservirc.git] / gameserv / flags.h
index 90e31d2a8255823df7b36f1bdc85c304a39b2f29..fa707921fef6c7a8b6b4c9ba839a3ad7ef09e1c7 100644 (file)
@@ -48,7 +48,7 @@
 
 #define setSavedNotice()               (configflags |= CFLAG_SAVEDNOTICE)
 #define clearSavedNotice()             (configflags &= ~CFLAG_SAVEDNOTICE)
-#define isSavedNotice()                        (configflags &= CFLAG_SAVEDNOTICE)
+#define isSavedNotice()                        (configflags & CFLAG_SAVEDNOTICE)
 
 #define setWelcome()                   (configflags |= CFLAG_WELCOME)
 #define clearWelcome()                 (configflags &= ~CFLAG_WELCOME)