cnaude / PurpleIRC

Minecraft Bukkit plugin that provides an IRC bridge. This repo has been archived. Please see https://github.com/cnaude/PurpleIRC-spigot for the latest and greatest PurpleIRC code for Bukkit servers (Spigot, Paper etc...)
20 stars 9 forks source link

PurpleIRC passes GriefPrevention-muted pre-movement chat to IRC #134

Open mb243 opened 8 years ago

mb243 commented 8 years ago

When a player joins and speaks before moving, Grief Prevention can mute this pre-movement chat. However, PurpleIRC still passes it to IRC, even though it never shows up in-game. Some logs:

in IRC: @X_Bot [world] how do i toa @X_Bot [world] how do i tpa @X_Bot [world] wb @X_Bot [world] xx left the game.

in logs: [18:53:33] [Async Chat Thread - #35/INFO]: GriefPrevention: Muted pre-movement chat. [18:53:33] [Async Chat Thread - #35/INFO]: how do i toa [18:53:38] [Async Chat Thread - #35/INFO]: GriefPrevention: Muted pre-movement chat. [18:53:38] [Async Chat Thread - #35/INFO]: how do i tpa [18:53:41] [Async Chat Thread - #35/INFO]: wb [18:53:59] [Server thread/INFO]: xx lost connection: Disconnected

in game: xx joined the game.

wb xx left the game