minetest-mods / irc

IRC Mod for Minetest
BSD 2-Clause "Simplified" License
43 stars 31 forks source link

allow users to disable chat from external server #27

Closed verymilan closed 7 years ago

verymilan commented 7 years ago

Hi there,

it would be awesome if a user can control if all the server chats are visible or only the one from the current server.

ShadowNinja commented 7 years ago

I believe you're looking for the /part and /join commands. They're provided when you set irc.enable_player_part = true.

verymilan commented 7 years ago

Oh, i thought i already closed this - i forgot for one second that the second chat is streaming from the irc into the first chat.

Wonderful thank you really much, i thought this isn't even possible but just tested it with the wanted result!