summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-01 01:24:11 +0500
committerilotterytea <iltsu@alright.party>2025-05-01 01:24:11 +0500
commit65eb2ff002015f066f47495bbd41e0412e9071d7 (patch)
tree90f3be293b7ff7e02f72972f0afb6b7e5125517a /src
parentef16637d0f6822f326266f50b496f294ecd53cba (diff)
feat: emote aliases
Diffstat (limited to 'src')
-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);