]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-cmodes.php
Setup: actually delete data/database.php as well (after confirmation)
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-cmodes.php
index f9f04363f89f243fdd24d7df33d17c7eb8b48001..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" =>  [
@@ -18,13 +25,13 @@ class IRCList {
             "requires" => "HalfOp"
         ],
         "c" => [
-            "name" => "No CTCPs",
-            "description" => "Prevents users from sending CTCP's to the channel",
-            "requires" => "HalfOp"
+            "name" => "No colors",
+            "description" => "Block messages containing mIRC color codes",
+            "requires" => "Operator"
         ],
         "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" => [
@@ -223,4 +230,4 @@ class IRCList {
     }
     static $uplink = [];
     
-}
\ No newline at end of file
+}