mirror of
https://github.com/MinetestForFun/irc_modpack.git
synced 2025-01-10 10:00:24 +01:00
fix typo
This commit is contained in:
parent
f31ce528ab
commit
49aaacde76
@ -80,7 +80,7 @@ irc:register_bot_command("help", {
|
|||||||
|
|
||||||
local cmd = irc.bot_commands[args]
|
local cmd = irc.bot_commands[args]
|
||||||
if not cmd then
|
if not cmd then
|
||||||
return false, "Unknown command '"..cmdname.."'."
|
return false, "Unknown command '"..args.."'."
|
||||||
end
|
end
|
||||||
|
|
||||||
return true, ("Usage: %c%s %s -- %s"):format(
|
return true, ("Usage: %c%s %s -- %s"):format(
|
||||||
|
Loading…
Reference in New Issue
Block a user