it let the message go to the status window, like it always does, didnt open the window either
Code:
on ^*:snotice:*:{ 
  if (services.uberwarez.net isin $1-) {
    if !$window(@DB) { window @DB }
    echo @DB $1- | haltdef
  }
  elseif ((uberwareznet.gotdns.com isin $1-) || (musiKnet.ath.cx isin $1-) || (irc.mtec89.com isin $1-)) {
    if !$window(@admin) { window @admin }
    echo @admin $1- | haltdef
  }
  if (clients isin $1-) {
    if (Client*connecting iswm $1-) { 
      if !$window(@clients) { window @clients }
      echo @clients $1- | haltdef    
    }
  }
}

Last edited by MTec89; 24/03/04 11:10 PM.

http://MTec89Net.com
irc.freenode.net #MTec89Net