mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-28 09:40:17 +01:00
Fixed /me chat command
This commit is contained in:
parent
c6bf59e203
commit
ba876eeef9
@ -67,6 +67,6 @@ minetest.register_chatcommand("me", {
|
||||
privs = { shout=true };
|
||||
func = function(name, param)
|
||||
minetest.chat_send_all("* "..name.." "..param);
|
||||
mt_irc.send({from=name; action=param;});
|
||||
irc.say(mt_irc.channel, "* "..name.." "..param);
|
||||
end,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user