From 43d4197032346e462bd3acd277e4edb4fa08e029 Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Sun, 8 Feb 2026 18:28:41 -0600 Subject: [PATCH] Update format on quota messages to be unified --- src/quota.tin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/quota.tin b/src/quota.tin index 753ef02..ffef771 100644 --- a/src/quota.tin +++ b/src/quota.tin @@ -87,7 +87,7 @@ #var {quota[reciepts]} {0}; #nop Quota period is over, announce it.; - #format {quota_display_line} {%c[Quota] %c*%c %s's quota has %creset%c.<099>} {bold blue} {bold yellow} {bold blue} {$quota[who]} {bold red} {bold blue}; + #format {quota_display_line} {[quota] <138>* %s's quota has <118>reset.<099>} {$quota[who]}; #showme {$quota_display_line}; }; @@ -95,19 +95,19 @@ #if {"$quota[alert]" == "on"} { #nop Message an hour before; #if {$quota[time][hour] == 0 && $quota[time][min] == 59 && $quota[time][sec] == 59} { - #format {quota_display_line} {%c[Quota] %c*%c %s's quota flips over in %cone hour%c.<099>} {bold blue} {bold yellow} {bold blue} {$quota[who]} {bold red} {bold blue}; + #format {quota_display_line} {[quota] <138>* %s's quota flips over in <148>one hour.<099>} {$quota[who]}; #echo {$quota_display_line \a}; }; #nop Message 30 minutes before; #if {$quota[time][hour] == 0 && $quota[time][min] == 29 && $quota[time][sec] == 59} { - #format {quota_display_line} {%c[Quota] %c*%c %s's quota flips over in %chalf an hour%c.<099>} {bold blue} {bold yellow} {bold blue} {$quota[who]} {bold red} {bold blue}; + #format {quota_display_line} {[quota] <138>* %s's quota flips over in <148>half an hour.<099>} {$quota[who]}; #echo {$quota_display_line \a}; }; #nop Message 10 minutes before; #if {$quota[time][hour] == 0 && $quota[time][min] == 9 && $quota[time][sec] == 59} { - #format {quota_display_line} {%c[Quota] %c*%c %s's quota flips over in %cten minutes%c.<099>} {bold blue} {bold yellow} {bold blue} {$quota[who]} {bold red} {bold blue}; + #format {quota_display_line} {[quota] <138>* %s's quota flips over in <118>ten minutes.<099>} {$quota[who]}; #echo {$quota_display_line \a}; }; };