Getting ahead of myself on documentation
authorChip Black <bytex64@bytex64.net>
Mon, 30 Jun 2014 01:01:12 +0000 (20:01 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 30 Jun 2014 01:01:12 +0000 (20:01 -0500)
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 {