Jethro commented on a Page, Op Yourself When Deop & UnBan Yourself When Banned  -  Nov 12, 2010

That regex is to match the mode +b, (we don't want it to trigger upon -b so it has to be negated using the ^ sign) where $2 is the string of nick or ident banned under the rawmode event. In this case, we want to watch out for someone who sets a ban on the client that runs the code. The $ial($me) returns the whole address from the internal address list, sort of like $fulladdress or $address($2,5). The iswm operator is used so we can match it as a wildcard string. Once a ban is set on the client, the code will immediate get the ban unset. It doesn't matter if it's a nick, ident or host ban. The code will reverse the action.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.