summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.php b/src/config.php
index e224b72..d75e9f1 100644
--- a/src/config.php
+++ b/src/config.php
@@ -16,6 +16,9 @@ define("RATING_NAMES", [
define("ANONYMOUS_UPLOAD", false);
define("ANONYMOUS_DEFAULT_NAME", "chud");
+// EMOTES
+define("EMOTE_NAME_MAX_LENGTH", 100);
+
// ACCOUNTS
define("ACCOUNT_USERNAME_REGEX", "/^[A-Za-z0-9_]+$/");
define("ACCOUNT_USERNAME_MAX_LENGTH", 20);