diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 8ddd3e61..3c4a14aa 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -445,6 +445,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.' ,url: 'https://mail.yandex.com/' ,type: 'email' + }, + { + id:' irccloud' + ,logo: 'irccloud.png' + ,name: 'IRCCloud' + ,description: 'IRCCloud is a modern IRC client that keeps you connected, with none of the baggage.' + ,url: 'https://www.irccloud.com/' + ,type: 'messaging' + ,js_unread: 'function checkUnread(){var t=0;[].map.call(document.querySelectorAll(".bufferBadges > .badge"),n=>n.textContent?parseInt(n.textContent,10):0).reduce((x,y)=>x+y,0);updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' } ] }); diff --git a/resources/icons/irccloud.png b/resources/icons/irccloud.png new file mode 100644 index 00000000..17373adb Binary files /dev/null and b/resources/icons/irccloud.png differ