libpurple/util.h

changeset 18413
ae04f38e5b31
parent 18317
6c814e134e56
child 19501
4c14c89dcf02
child 19585
14b519abcc26
--- a/libpurple/util.h	Fri Jun 29 15:30:22 2007 +0000
+++ b/libpurple/util.h	Fri Jun 29 19:36:31 2007 +0000
@@ -1105,12 +1105,13 @@
 void purple_print_utf8_to_console(FILE *filestream, char *message);
 
 /**
- * Checks for messages starting with "/me "
+ * Checks for messages starting (post-HTML) with "/me ", including the space.
  *
  * @param message The message to check
  * @param len     The message length, or -1
  *
- * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE
+ * @return TRUE if it starts with "/me ", and it has been removed, otherwise
+ *         FALSE
  */
 gboolean purple_message_meify(char *message, size_t len);
 

mercurial