Ah I see... Try:
Code:
on $*:hotlink:/(@[\w-]+(\56[\w-]+)+)/:#: {
  if (*!* $+ $regml(1) isban $chan) { mode $v2 -b $v1 }
  elseif ($+(*!*,$gettok($regml(1),1,46),*) !iswm $address($me,2)) { mode $chan +b $v1 }
}
This should allow you to unban yourself, but not to ban yourself - regarding hostmasks/cloaked hosts. Note that if you click on a @<your IP address> it will ban @<first octet of your IP address>* regardless. Hope that is no problem (?)

Last edited by Horstl; 31/03/09 01:01 AM.