Hi Nake,

Sorry mate I don't understand what you mean, can you be more specific?

Do you mean Notify?

/notify <Nick>

Code:
on 1:Unotify: {
  if ($query($nick)) {
    echo 7 -t $nick $nick has logged out.
  }
  else { 
    echo 7 -at $nick has logged out 
  }
}

on 1:Notify: {
  if ($query($nick)) {
    echo 7 -t $nick $nick has logged in.
  }
  else { 
    echo 7 -at $nick has logged out. 
  }
}


This echoes $nick has logged in/out in the private message. Hope this what you meant.

Last edited by SladeKraven; 02/03/05 07:11 PM.