diff --git a/src/org/april/hebdobot/bot/hooks/Hook.java b/src/org/april/hebdobot/bot/hooks/Hook.java index 45b6093..0ef7e0b 100644 --- a/src/org/april/hebdobot/bot/hooks/Hook.java +++ b/src/org/april/hebdobot/bot/hooks/Hook.java @@ -31,11 +31,9 @@ public abstract class Hook /** * Attempt help. * - * @param bot - * the bot - * @param message - * the message - * @return true, if successful + * @param string + * the string + * @return the string list * @throws HebdobotException * the hebdobot exception */ diff --git a/src/org/april/hebdobot/bot/hooks/Hooker.java b/src/org/april/hebdobot/bot/hooks/Hooker.java index dbe31b5..01c6e33 100644 --- a/src/org/april/hebdobot/bot/hooks/Hooker.java +++ b/src/org/april/hebdobot/bot/hooks/Hooker.java @@ -62,11 +62,9 @@ public class Hooker /** * Attempt help. * - * @param bot - * the bot * @param message * the message - * @return true, if successful + * @return the string list * @throws HebdobotException * the hebdobot exception */