|
|
|
@ -88,7 +88,7 @@ class InternalCommandsModule extends AbstractModule
|
|
|
|
|
|
|
|
|
|
StringBuffer toReturn = new StringBuffer("List of commands ");
|
|
|
|
|
toReturn.append("(page ").append(page).append("/").append(pagesCount).append(") ");
|
|
|
|
|
toReturn.append("- Call `/help command` for individual help and usage.\n");
|
|
|
|
|
toReturn.append("- Call `" + Configuration.getValue("general", "commandPrefix") + "help command` for individual help and usage.\n");
|
|
|
|
|
|
|
|
|
|
int pos = 1;
|
|
|
|
|
for(Map.Entry<String, InvokableMethod> i : commands.entrySet())
|
|
|
|
|