X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/d69960b4bb7701a4ae3596be6e5aa6b9bb927b62..cd26522ba6ff68c18e1504b022ca92f4d01827be:/Classes/class-cmodes.php diff --git a/Classes/class-cmodes.php b/Classes/class-cmodes.php index c0d4755..f49f0cb 100644 --- a/Classes/class-cmodes.php +++ b/Classes/class-cmodes.php @@ -4,7 +4,14 @@ * A set of reference lists */ class IRCList { - + public static $grouping = + [ + "Join restrictions"=>"kliRzOL", + "Message restrictions"=>"cSmMnGT", + "Anti-flood and other restrictions"=>"FftCNKVQ", + "Visibility"=>"sp", + "Other"=>"rPHzZDd", + ]; public static $cmodes = [ "a" => [ @@ -24,7 +31,7 @@ class IRCList { ], "d" => [ "name" => "Delay Join", - "description" => "This ", + "description" => "Indicates there are invisible users left over due to unsetting 'D'", "requires" => "Server" ], "e" => [ @@ -39,7 +46,7 @@ class IRCList { ], "h" => [ "name" => "Half Op", - "description" => "Marks someone as channel admin (%)", + "description" => "Marks someone as channel halfop (%)", "requires" => "Operator" ], "i" => [