minetest-mods / irc

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

Ability to ignore IRC users. #34

Closed kaeza closed 7 years ago

kaeza commented 7 years ago

Putting this here for discussion and as sort of TO-DO.

Some mechanism may be needed for the bot to completely ignore commands issued by misbehaving IRC users.

While /mode +q (or +b) prevents them from using the bot in the channel, private messages cannot be blocked.

ShadowNinja commented 7 years ago

irc_commands handles this by simply requiring you to be in-channel for commands to work in PM.

kaeza commented 7 years ago

I guess this is really a non-issue here.