X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/ae7257d0257f7c687270c9dce6fe480a182e68ff..3d4e4ec4af3d2ba1eb9d7bece2361ddd56d5c7ca:/Classes/class-cmodes.php diff --git a/Classes/class-cmodes.php b/Classes/class-cmodes.php index f9f0436..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" => [ @@ -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 +}