modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-12-27 11:48:28 +04:00
parent 331afca9bf
commit a99f87c44b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class StdMessenger implements IMessenger {
const GENERIC_PREFIXES = [
self::LEVEL_MAJOR => [
"section" => [true, "SECTION!", "===", "<color @b>=", "=</color>", "==="],
"title" => [false, "TITLE!", null, "<color @b>T</color><color b>", "</color>", "==="],
"title" => [false, "TITLE!", null, "<color @b>T", "</color>", "==="],
"desc" => ["DESC!", "<color @b>></color>", ""],
"error" => ["CRITICAL!", "<color @r>E!", "</color>"],
"warn" => ["WARNING!", "<color @y>W!", "</color>"],