X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fopserv.help;h=b9aa12805e5290f16cb490abc92376ffed13df44;hb=2e80659dec32fe340e1a298109b349a7fde8efa0;hp=508c9fb896e860854eee4f00bbb4b5dfe773f234;hpb=5c54660f454c28a83d4b3c35b57cca9ad855f7e4;p=srvx.git diff --git a/src/opserv.help b/src/opserv.help index 508c9fb..b9aa128 100644 --- a/src/opserv.help +++ b/src/opserv.help @@ -164,6 +164,7 @@ " DEOP [${level/deop}]", " DEOPALL [${level/deopall}]", " DEVOICEALL [${level/devoiceall}]", + " FORCEKICK [${level/forcekick}]", " KICK [${level/kick}]", " KICKALL [${level/kickall}]", " KICKBAN [${level/kickban}]", @@ -205,7 +206,11 @@ "KICK" ("/msg $O KICK <#channel> [reason]", "Kicks the specified user from the specified channel.", "If the channel is omitted, then $bkick$b will be done in the channel where the command was given.", - "$uSee Also:$u ban, kickall, kickban, kickbanall"); + "$uSee Also:$u ban, kickall, kickban, kickbanall, forcekick"); +"FORCEKICK" ("/msg $O FORCEKICK <#channel> [reason]", + "Kicks the specified user from the specified channel even if he is a channel service (+k).", + "If the channel is omitted, then $bforcekick$b will be done in the channel where the command was given.", + "$uSee Also:$u ban, kick, kickall, kickban, kickbanall"); "KICKALL" ("/msg $O KICKALL <#channel> [reason]", "Kicks all users in the specified channel except for the user issuing the command.", "If the channel is omitted, then $bkickall$b will be done in the channel where the command was given.",