flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

/ignore <user> is definitely not working #413

Open caub opened 7 years ago

caub commented 7 years ago

I've tried everything to run this command, but I think it's not supported on circ

basically it says messages of type <username> will not be displayed... but it does nothing

Ignoring status messages (quit, part, join) works though

caub commented 7 years ago

I read https://github.com/flackr/circ/blob/master/package/bin/chat/user_command_handler.js#L677 it's ignoring only by message type, https://github.com/flackr/circ/blob/master/package/bin/chat/irc_message_handler.js#L39

Is it possible to access username, and implement this /ignore username?

RichGriese commented 7 years ago

Can also attest that /ignore is not working for me.

IrregularLogic commented 3 years ago

CIRC 0.6.9.1 I have to confirm /ignore does not work here. Messages from ignored user still visible with no change.