Originally Posted By: KindOne
ALT+O -> IRC -> [check] rejoin channel when kicked -> OK

Now kick yourself from a channel.

Code:
//kick $chan $me Will not rejoin since I am kicking myself.


Add those lines to your remote.ini

Code:
on *:kick:#:{
  if ($knick == $me) { join # }
}


Problem solved grin