Add support for customizing ban reasons in basebans.sp (bug 5762, r=psychonic).

This commit is contained in:
Matthias Kollek
2013-08-28 13:17:17 -04:00
parent 693c4024d6
commit fd9e657196
3 changed files with 169 additions and 21 deletions
+16
View File
@@ -49,4 +49,20 @@
{
"en" "You cannot ban that IP address."
}
"Custom ban reason explanation"
{
"#format" "{1:s}"
"en" "Enter the reason as a chat message. Use {1} to abort this."
}
"AbortBan applied successfully"
{
"en" "Ban aborted."
}
"AbortBan not waiting for custom reason"
{
"en" "Not waiting for a ban reason to be typed in, no ban to abort."
}
}