Installation was a breeze. I like the result. I'll be finicky though and state that half Ops are shown in
Bold Italics with Ops being in just
Bold as opposed to the higher rank having bold italics like on the board.
Anyone wanting that, in mIRC > Tools > Aliases, change
Code:
if ($nick(#channel,%x) isop #channel) {
write -a nicks.php <b>@ $+ $nick(#channel,%x) $+ </b> $+ , }
elseif ($nick(#channel,%x) ishop #channel) {
write -a nicks.php <b><i> $+ $chr(37) $+ $nick(#channel,%x) $+ </i></b> $+ , }
for
Code:
if ($nick(#channel,%x) isop #channel) {
write -a nicks.php <b><i>@ $+ $nick(#channel,%x) $+ </i></b> $+ , }
elseif ($nick(#channel,%x) ishop #channel) {
write -a nicks.php <b> $+ $chr(37) $+ $nick(#channel,%x) $+ </b> $+ , }
I suppose for a more round-the-clock updating several Ops should have the mIRC scripting. It'd be good if you could just give a bot the information and they'd be on all the time. Is that possible?
Finally, for those with busy chats, some may prefer the 'Current Chatters' to be a click-on and the names would show on another page there, rather than seeing 50-100 names on the main page. Not a major concern to me personally.