irc icon indicating copy to clipboard operation
irc copied to clipboard

irc_msg dont work in 5.5-dev

Open ghost opened this issue 4 years ago • 1 comments

  • irc_msg username
  • irc_quote msg username

dont work :/

minetest version 5.5-dev (server/multiplayer) irc mod update to commit 7fbbfd6cdbb239a059e42fdaf101b760346d06b9

ghost avatar Feb 26 '21 22:02 ghost

I think you might be using the wrong commands. irc_msg has the format /irc_msg <nick> <msg> and /irc_quote is used to send a raw IRC command to the IRC server and can only be used by a user with irc_admin privileges.

ShadowNinja avatar Jun 13 '21 21:06 ShadowNinja