From cd3649448cdbde1eda8d0a1adde9387c85ad66ac Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 17 Sep 2018 18:44:13 +0200 Subject: [PATCH] Add CHAT_WRITE_FORBIDDEN error --- compiler/error/source/403_FORBIDDEN.tsv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 compiler/error/source/403_FORBIDDEN.tsv diff --git a/compiler/error/source/403_FORBIDDEN.tsv b/compiler/error/source/403_FORBIDDEN.tsv new file mode 100644 index 00000000..7bacbe7d --- /dev/null +++ b/compiler/error/source/403_FORBIDDEN.tsv @@ -0,0 +1,2 @@ +id message +CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat \ No newline at end of file