Getting ahead of myself on documentation
[blerg.git] / database / database.h
index 15fd072..6dfcf9d 100644 (file)
@@ -26,8 +26,7 @@ struct meta {
 /* meta.status is a bitfield of these options */
 /* Muted - if set, tags/refs and subscriptions are not calculated */
 #define BLERGSTATUS_MUTED      0x00000001
-/* Mentioned - if set, user has been mentioned.  Cleared by /status/<user> with
- * {"clear": "mentioned"} */
+/* Mentioned - if set, user has been mentioned. */
 #define BLERGSTATUS_MENTIONED  0x00000002
 
 struct blerg {