forked from minetest-mods/irc
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:
parent
2f55e0f9a0
commit
5f8850bc15
@ -66,7 +66,7 @@ function irc:bot_command(msg, text)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if not self.bot_commands[cmd] then
|
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")
|
.." Or use @playername <message> to send a private message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user