From 5f8850bc1557f581c535957aeaf7f865b8918a2a Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 2 Mar 2017 16:32:20 +1300 Subject: [PATCH] Stop saying "try `list`" on an invalid command. As the list command is deprecated, this reference to it should be changed. --- botcmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botcmds.lua b/botcmds.lua index e0a0c56..cc4ca57 100644 --- a/botcmds.lua +++ b/botcmds.lua @@ -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 to send a private message") return end