Originally Posted By: Fryzz
umm.. well it would be kinda kool if I could have it so that when somebody either says fry, fryz, or fryzz the screen maximizes and like it highlights where they said it in yellow or something to that effect. Im pretty new with this stuff so i don't know where i would put the code and I don't know what $me means either.


Code:
on *:text:*fry*:#: {
  if ($appstate == minimized) { 
    /showmirc -x
  }
}


Alt B, click on the highlight tab, click on the Add button, type in $me, select the color yellow (and sound if you like), click okay, then, at the top, click on the icon that says Enable highlight, then click ok.

$me is whatever current nick you are using.