master
zmv7 2022-08-14 20:54:18 +05:00 committed by GitHub
parent 082157cc1e
commit cb9c1a3ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ local function say_func(name, param)
core.chat_send_all(core.format_chat_message(name, param))
end
if core.get_modpath("irc") then
irc.say("<"..name.."> ".."param")
irc.say("<"..name.."> "..param)
end
end