added admin interface for irc to set popular chans, auto connect chans

This commit is contained in:
tony baldwin 2012-04-12 23:33:26 -04:00
parent 9bcfb4fd6d
commit 219447cc53
3 changed files with 77 additions and 21 deletions

15
irc/irc.css Normal file
View file

@ -0,0 +1,15 @@
/* irc css */
#irc-chans, {
float: left;
width: 200px;
margin-top: 10px;
}
#irc-checkbox {
float: left;
margin-top: 10px;
}
#irc-submit {
margin-top: 15px;
}