jnordberg / irccloudapp

Standalone IRCCloud desktop client for OS X
MIT License
151 stars 16 forks source link

colored usernames #5

Closed svnlto closed 12 years ago

svnlto commented 12 years ago

it'd be good to have this. afaik there is a chrome plugin that ads this in the browser.

jnordberg commented 12 years ago

Nimbus (irccloudapp) does not aim to be anything other than an good environment for irccloud.com to run in.

That said, you can load scripts. Any javascript file you put in ~/Library/Application\ Support/nimbus/Scripts will be loaded and injected when the app starts. And the javascript console output is written to ~/Library/Logs/nimbus.log if you need to debug.

You should be able to port that chrome plugin to nimbus pretty easily.