mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-22 17:45:43 +00:00
[AB-299] fixing templates for ban notification
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<#assign serverName=serverName>
|
||||
<#assign reason=reason>
|
||||
<#include "ban_notification_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "ban_notification_not_possible_text">
|
||||
@@ -1 +0,0 @@
|
||||
You were banned from the server ${serverName} for the following reason: ${warning.reason}.
|
||||
@@ -0,0 +1 @@
|
||||
Not possible to send user notification about the ban.
|
||||
@@ -0,0 +1 @@
|
||||
You were banned from the server ${serverName} for `${reason}`.
|
||||
Reference in New Issue
Block a user