X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/fb27b14ad038e18ed27c36dce105a00e75c21167..refs/pull/10/head:/Classes/class-cmodes.php diff --git a/Classes/class-cmodes.php b/Classes/class-cmodes.php index 1105e88..f9749f2 100644 --- a/Classes/class-cmodes.php +++ b/Classes/class-cmodes.php @@ -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 /WHOIS outputs and is replaces with \"*\" in /LIST 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",