I want to clear my IRC channel view from a certain bot messages. It is possible?
In http://webchat.freenode.net/ i can't ignore a bot with /ignore. How can I do it?
I want to clear my IRC channel view from a certain bot messages. It is possible?
In http://webchat.freenode.net/ i can't ignore a bot with /ignore. How can I do it?
A bit of extra info, you can also do /ignore user@host or /ignore *@host which is useful if people change nicks
The IRC protocol doesn't provide any commands for this. Certain programs that use the protocol have ignore features while others don't.
Try
/ignore (botname) chan
or
/ignore (botname) all
The first ignores in channel, the second says in all situations.