Skip to content
Snippets Groups Projects
Commit f85038bf authored by rswindell's avatar rswindell
Browse files

Added SMB_TAG_DELIMITER definition (' ').

parent ac9aed27
No related branches found
No related tags found
No related merge requests found
......@@ -109,5 +109,6 @@ var AGENT_SMTPSYSMSG =3; /* Synchronet SMTP server system message */
var SMB_SUMMARY = 0x61; /* Not currently used for messages */
var SMB_COMMENT = 0x62; /* Appear in message text, before body */
var SMB_TAGS = 0x69; /* Tags (ala hashtags) for a message */
var SMB_TAG_DELIMITER = ' '; /* Tags are space-separated */
var SMB_POLL_ANSWER = 0xe0; /* One poll answer (the subject is the question) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment