From effe34d6848f8ef1904a3cbbbdbf07d461df0b86 Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Sat, 28 Feb 2026 00:44:04 +0100 Subject: [PATCH] Update Chanban/chanban.tcl Missing `!` --- Chanban/chanban.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chanban/chanban.tcl b/Chanban/chanban.tcl index de7a607..162d72f 100644 --- a/Chanban/chanban.tcl +++ b/Chanban/chanban.tcl @@ -18,7 +18,7 @@ namespace eval cmgmt { variable kickReason "Your behaviour is not conducive to the desired environment." # Revenge kick - variable revengeKick "Very funny... NOT" + variable revengeKick "Very funny... NOT!" # Temporary ban duration, in minutes variable tBanDuration "30"