djcas9 / komanda

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

Fixed #100: Display topic setter and creation time #118

Closed xqwzts closed 10 years ago

xqwzts commented 10 years ago

Fix for #100

The setter is provided by node-irc as both nick and message.args[2]. The creation time is provided by node-irc as a unix timestamp in message.args[3].

I'm not sure if the timestamp format I've used here [display.timestamp in Komanda.settings] is the best one for this message, but that would be trivial to modify later.