node-irc icon indicating copy to clipboard operation
node-irc copied to clipboard

fix(irc): Move selfMessage event to Client.send instead of Client._speak.

Open jirwin opened this issue 9 years ago • 2 comments

Also includes a couple lint changes for consistency.

jirwin avatar Apr 15 '15 07:04 jirwin

+1

Palid avatar Apr 15 '15 08:04 Palid

+1 With this change, the selfMessage event would be sent after the message throttling (made by the flood protection), which is what I'm looking for :-) . Edit: Well, I ended up handling this myself for now

Dagrut avatar Nov 20 '16 17:11 Dagrut