djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Fixed #98: Listen for emitted "action" signals and display them using sendMessage #129

Closed xqwzts closed 10 years ago

xqwzts commented 10 years ago

Fix for #98.

node-irc emits 'action' signals, this PR adds a listener for these emitted actions and treats them like messages. Using the same Message object/template with an added check to remove the colon between the nick and action text.

djcas9 commented 10 years ago

@xqwzts thank you.