mentalglitch commented on a Page, Always Join Script  -  Jun 03, 2008

hrm.. if they ban after they kick you your shat outa luck ;p so try->(unreal networks)

on ^*:BAN:#: if ($banmask iswm $address($me,5)) cs unban #
on *:DEOP:#: if ($me === $opnick) cs op #
on *:KICK:#: if ($knick === $me) join #
raw 474:*:cs unban # | .timer 1 1 join #

the on op takes care of op issues the ban takes care of your ban(on channel)
the on kick fixes being kicked and the raw 474:*: checks for this message:

channel unable to join channel (address is banned)

then runs cs unban #

..enjoy
PS: you don\'t need to capitalize all the on *:command:
:COMMAND: works just the same as :command:
trust me this is more effective

 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.