Is it currently possible to hook into responses (say, action, ctcp, etc) with a plugin?
It doesn't seem like saying something emits any kind of event, unless I'm mistaken. Take this as a feature request, if you want 😄
Some users on my network would like a way to have messages in certain channels logged publicly, and I'm currently building a channel logger plugin. However, I have found no nice way to also log what the bot in those channels says, from other plugins' commands etc.
Is it currently possible to hook into responses (say, action, ctcp, etc) with a plugin?
It doesn't seem like
saying something emits any kind of event, unless I'm mistaken. Take this as a feature request, if you want 😄Some users on my network would like a way to have messages in certain channels logged publicly, and I'm currently building a channel logger plugin. However, I have found no nice way to also log what the bot in those channels says, from other plugins' commands etc.