Jesse's mIRC scripts for irc.mozilla.org. First part goes in the remote tab, second part goes in the users tab. ********************************************** * REMOTE * ********************************************** on 1:connect:{ ; Maximize MDI status window, and thereby maximize a bunch of windows /window -x "status window" ; Join channels. But not as Jesse_away, because that would make me lame. As if writing mIRC scripts didn't. if ($nick != Jesse) { halt } join #pornzilla,#bs,#firefox,#mozillanews,#spreadfirefox } ; Notify me whenever anything interesting happens in #pornzilla on 1:join:#pornzilla:if ($nick != $me) { flash -r3 $chan } on 1:text:*:#pornzilla:flash -r3 $chan ; Change color of bot text. ; Also prevents bot text that includes my name from flashing the window. ; Reasonable colors: ; 5 = brown, like notice ; 7 = orange ; 10 = cyan, like old watch ; 15 = lightgray on ^firebot:TEXT:*:*:{ echo 10 $chan $1- halt } on ^botbot:TEXT:*:*:{ echo 5 $chan $1- halt } ; Make bug numbers clickable on ^1:HOTLINK:*:#:{ if ($int($1) > 100) return halt } on 1:HOTLINK:*:*:{ run https://bugzilla.mozilla.org/show_bug.cgi?id= $+ $int($1) } ********************************************** * USERS * ********************************************** firebot:firebot!*@* firebot:tfirebot!*@* botbot:botbot!*@*