commit:d72ebf451ae43b53e6f14f9a614cc714b06431d4
author:Chip Black
committer:Chip Black
date:Sun Jun 29 20:01:12 2014 -0500
parents:4dbf6205d0ab778edaa0c43e2eca2b3f92bd2dcb
Getting ahead of myself on documentation
diff --git a/database/database.h b/database/database.h
line changes: +1/-2
index 15fd072..6dfcf9d
--- a/database/database.h
+++ b/database/database.h
@@ -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 {