diff --git a/README.md b/README.md index 90c4118..bce62f9 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,9 @@ Mods that depend on it will cease to work, if the mod is removed without proper ## License -MIT \ No newline at end of file +MIT + +## Thank you + +Bla +clyde (https://github.com/acmgit/) \ No newline at end of file diff --git a/init.lua b/init.lua index ad71bcd..c73059c 100644 --- a/init.lua +++ b/init.lua @@ -93,7 +93,7 @@ end -- Overwrite these function in your chat mod, if you want to govern sending and receveiving yourself -- Don't forget to add an optional dependency to yl_matterbridge -function yl_matterbridge.publish_to_chat(user_name, message_text) +function yl_matterbridge.receive_from_bridge(user_name, message_text) core.chat_send_all("<" .. user_name .. "@irc> " .. message_text) end