You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone think it's worth emitting a standard mode event when a MODE is recieved, in addition to the +mode and -mode.
I'm thinking an event that just emits the nick setting the mode, the channel and the message object. My reasoning for this is because I'm doing some advanced mode parsing and keeping track of channels modes/banlists outside of node-irc and to be honest the +mode and -mode events just don't really make it any easier. I'd rather work with the original string in a one time event.
The text was updated successfully, but these errors were encountered:
This honestly should be closed, as there are ways in which channels are tracked now, which makes this super obsolete, which may have a way to incorporate better ways of tracking through just using the raw message.
Does anyone think it's worth emitting a standard mode event when a MODE is recieved, in addition to the +mode and -mode.
I'm thinking an event that just emits the nick setting the mode, the channel and the message object. My reasoning for this is because I'm doing some advanced mode parsing and keeping track of channels modes/banlists outside of node-irc and to be honest the +mode and -mode events just don't really make it any easier. I'd rather work with the original string in a one time event.
The text was updated successfully, but these errors were encountered: