From b3620477e51eb11437a4e2bd7baeb139920d6afe Mon Sep 17 00:00:00 2001 From: skizzerz Date: Fri, 28 Oct 2016 17:22:25 -0500 Subject: [PATCH] Adjust kick reason for tempban sanctions to be more useful --- messages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/en.json b/messages/en.json index 1310be7..cb304de 100644 --- a/messages/en.json +++ b/messages/en.json @@ -862,7 +862,7 @@ "part_warning": "Parting during game. You only have a short time to re-join the channel after parting to stay alive.", "quit_warning": "Quitting IRC during game. You only have a short time to re-join the channel after quitting to stay alive.", "acc_warning": "Changing accounts during game. Please do not change accounts while playing.", - "tempban_kick": "{nick}", + "tempban_kick": "Temporary ban for warning: {reason}", "error_log": "An error has occurred and has been logged.", "_": " vim: set sw=4 expandtab:"