1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2024-11-14 14:40:18 +01:00
This commit is contained in:
crabman77 2017-01-20 03:01:28 +01:00
parent f31ce528ab
commit 49aaacde76

View File

@ -80,7 +80,7 @@ irc:register_bot_command("help", {
local cmd = irc.bot_commands[args]
if not cmd then
return false, "Unknown command '"..cmdname.."'."
return false, "Unknown command '"..args.."'."
end
return true, ("Usage: %c%s %s -- %s"):format(