Remove chatplus sending info to IRC
This commit is contained in:
parent
bb85720710
commit
9f91feaafa
1 changed files with 1 additions and 4 deletions
|
@ -228,9 +228,6 @@ end
|
|||
-- Minetest callbacks
|
||||
minetest.register_on_chat_message(function(...)
|
||||
local ret = chatplus.send(...)
|
||||
if ret and minetest.global_exists("irc") and irc.on_chatmessage then
|
||||
irc.on_chatmessage(...)
|
||||
end
|
||||
return ret
|
||||
end)
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
|
|
Loading…
Reference in a new issue