my code for my channel:

Code:
ON *:JOIN:#channel: {
  if ($nick == $me) { /.timertopik 1 3 /topic #channel - my topic - | /.timermode 1 3 /mode #channel +sl 101 | /.timerfish 1 3 /invite fishbot #channel }
  elseif (fishbot isin $nick) || (myfriend isin $nick) { .op #channel $nick }
}
  


but i want to make also this thing:

if (myfriend !isin $nick) || (fishbot !isin $nick) { -> kick + ban other user )

but how to put it there?
i cant make

if me
elseif they
(and again)
elseif intruder

:tongue: