summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Variables/src/variables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h
index 6014c0ba55..3764f15b6e 100644
--- a/plugins/Variables/src/variables.h
+++ b/plugins/Variables/src/variables.h
@@ -81,7 +81,7 @@
#define FUNC_CHAR '?'
#define FUNC_ONCE_CHAR '!'
#define DONTPARSE_CHAR '`'
-#define TRYPARSE_CHAR_OPEN '['
+#define TRYPARSE_CHAR_OPEN '['
#define TRYPARSE_CHAR_CLOSE ']'
#define COMMENT_STRING "#"
@@ -108,8 +108,8 @@ Whenever a functions requires a contact as an argument, you can specify it in tw
?contact(x,y)\r\n\
A contact will be searched which will have value x for its property y, y can be one of the following:\r\n\
first, last, nick, email, ID or display\r\n\r\n\
-For example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.\
-")
+For example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). \
+The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.")
// options
#define IDT_PARSE 1