Removed Help plugin support as that plugin is not updated. Minor bugfixes and refactoring

This commit is contained in:
Olof Larsson
2011-04-08 16:03:04 +02:00
parent 443fac354a
commit 724ce03a40
11 changed files with 41 additions and 91 deletions

View File

@@ -31,7 +31,7 @@ public class FCommandKick extends FBaseCommand {
if (me == you) {
sendMessage("You cannot kick yourself.");
sendMessage("You might want to: " + new FCommandLeave().getUseageTemplate());
sendMessage("You might want to: " + new FCommandLeave().getUseageTemplate(false));
return;
}