mIRC Home    About    Download    Register    News    Help

Print Thread
#268477 21/02/21 01:58 PM
Joined: Oct 2020
Posts: 2
W
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Oct 2020
Posts: 2
If a bot unbans a user would someone have a small script that I could put on an mirc bot that automatically resets the ban

Bot1 sets mode: -b fllwshp!fllwshp@65.162.234.14
Bot2 sets mode: +b fllwshp!fllwshp@65.162.234.14

Thank you

Warrigal #268482 21/02/21 06:02 PM
Joined: Jan 2021
Posts: 17
N
Pikka bird
Offline
Pikka bird
N
Joined: Jan 2021
Posts: 17
here is a simple script , put the name of the bot you want on BOT1 and the bot2 will alway put the ban wich is removed from bot1


on *:UNBAN:#:{
if ($nick == Bot1) {
.echo $chan unBAN by: $nick > $bnick $banmask
.ban $chan $banmask
}
}


Link Copied to Clipboard