]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-cmodes.php
Logs: show search pane (on desktop)
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-cmodes.php
index c0d475552c3a29819c71ca4170aca4ffe8f4ab2b..f49f0cbaa473a585c46721fd96390e0e9ea287d9 100644 (file)
@@ -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" => [