gdamjan / irclog-couchapp

A couchapp to view irc logs stored in CouchDB
https://irc.softver.org.mk/
Apache License 2.0
11 stars 4 forks source link

handle /me messages on irc #23

Closed gdamjan closed 6 years ago

gdamjan commented 10 years ago

/me messages show up as \x01ACTION message\x01 in the log. display them differently with an angular filter.

previously:

msg = msg.replace(/^\x01ACTION (.*)\x01/g, '<span class="nickname" style="background-color:' + color + '">$1</span>');
gdamjan commented 6 years ago

fixed on the elm branch by ac27567a941d702fb5d8e9b30f9ff3c179bcc014