AshDBird   -  Nov 28, 2015

Can anybody provide an irc remote script which auto-unbans chanserv acces bans, in channels for which I have aop or higher? I require a script which will unban users when they're auto-banned for failing to identify, forgetting to group their nicks, or other user end muck-ups. I do not want the script to unban people when another user bans someone. Is that possible? Any help would be greatly appreciated!

rebel9  -  Nov 29, 2015
On *:BAN:#: { if ($bnick isop $chan) && ($usermode != +r) { msg chanserv unban $chan $bnick } }

Fixed -edited 3:55 PM EST

AshDBird  -  Nov 29, 2015

Thanks for the response rebel9! This unbans other users, correct? I'm crap at IRC scripts so I only want to double check!

If not, to clarify:

  • I am AOP/SOP in multiple channels.
  • All of the channels are restricted and require users be on the access list to join.
  • Semi-frequently people forget/fail to identify so they are kickbanned from the channel, by chanserv, when they try to join.
  • I want a script which will auto-unban those people and ONLY those people.
  • If I or another AOP/SOP bans someone, I do not want it to auto-unban them.

Is that possible?

Sign in to comment

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.