add plugin basics and fix #31 by providing it as plugin

This commit is contained in:
Stefan Breunig
2013-02-09 13:52:10 +01:00
parent b9ec6328f8
commit 6b19e79e07
5 changed files with 100 additions and 6 deletions

View File

@ -176,6 +176,11 @@ function boot() {
window.PLAYER['nickMatcher'] = new RegExp('\\b('+n+')\\b', 'ig');
$('#sidebar').show();
if(window.bootPlugins)
$.each(window.bootPlugins, function(ind, ref) { ref(); });
window.iitcLoaded = true;
}
// this is the minified load.js script that allows us to easily load