Both does not working.

I think its because the if is in that thing and the other thing is when the thing was not activated...

Is there no way for else function?

This is my way, but...

Code:
   ELSE { msg # Hi! } 



EDIT:
All O.K.
I made this:
Code:
 ON *:JOIN:#mangapix:{
  if ($nick != $me) { msg # Hi $nick ! }
  if ($nick = $me) { msg # Hi! }
} 

Last edited by no_brain; 11/01/04 02:38 PM.