]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-cmodes.php
Merge branch 'main' into patch-3
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-cmodes.php
index 1105e887644d20b4aa2724b4a07911e8d2d44729..f9749f29b88d14be09b5e7e56ea405830800184c 100644 (file)
@@ -38,7 +38,7 @@ class IRCList {
         ],
         "i" => [
             "name" => "Invite Only",
-            "description" => "requires an invitation to join",
+            "description" => "Requires an invitation to join",
             "requires" => "HalfOp"
         ],
         "k" => [
@@ -68,7 +68,7 @@ class IRCList {
         ],
         "p" => [
             "name" => "Private",
-            "description" => "Prevents the channel from showing up in /WHOIS outputs and is replaces with \"*\" in  /LIST outputs",
+            "description" => "Prevents the channel from showing up in <code>/WHOIS</code> outputs and is replaces with \"*\" in <code>/LIST</code> outputs",
             "requires" => "Operator"
         ],
         "q" => [
@@ -124,7 +124,7 @@ class IRCList {
         "I" => [
             "name" => "Invitation",
             "description" => "Marks an inviation to a channel.",
-            "requires" => "HalOp"
+            "requires" => "HalfOp"
         ],
         "K" => [
             "name" => "No Knock",