Stop saying "try `list`" on an invalid command.

As the list command is deprecated, this reference to it should be changed.
This commit is contained in:
luk3yx 2017-03-02 16:32:20 +13:00 committed by Diego Martínez
parent 2f55e0f9a0
commit 5f8850bc15
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function irc:bot_command(msg, text)
end
if not self.bot_commands[cmd] then
self:reply("Unknown command '"..cmd.."'. Try 'list'."
self:reply("Unknown command '"..cmd.."'. Try 'help'."
.." Or use @playername <message> to send a private message")
return
end