Added Thank you section to readme

This commit is contained in:
AliasAlreadyTaken 2022-02-26 01:44:31 +01:00
parent 14525c133b
commit 42228c3a44
2 changed files with 7 additions and 2 deletions

View File

@ -97,4 +97,9 @@ Mods that depend on it will cease to work, if the mod is removed without proper
## License
MIT
MIT
## Thank you
Bla
clyde (https://github.com/acmgit/)

View File

@ -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