Added //-prefixed aliases for most /-prefixed commands

This commit is contained in:
TomyLobo
2011-08-21 22:31:42 +02:00
parent a9498d2c68
commit d12bff993b
3 changed files with 13 additions and 13 deletions

View File

@ -82,7 +82,7 @@ public class HistoryCommands {
}
@Command(
aliases = {"clearhistory"},
aliases = { "/clearhistory", "clearhistory" },
usage = "",
desc = "Clear your history",
min = 0,