Nick Changer
Platform: mIRC
Published Dec 27, 2009
Updated Dec 28, 2009
I got bored and decided to make this
if you type !BNick nickhere it will add the selected nick the the badnicks ini file and when someone goes to change your bot to a nick that is in the Badnick.ini it will not allow them to
if you want to change the name of the ini file change this part of the script
On *:Text:!BNick*:#:{
writeini Badnick.ini Badnicks $2 $2
msg $chan 4,1 $+ $2 added To The BadNick ini File
}
On *:Text:!Nick*:#:{
%var = $readini(Badnick.ini,Badnicks,$2)
if %var = $2 { Msg $chan 4,1Failed Attempt By $nick With Command !Nick Reason: Inappropriate nick Failed Nick ( $2 ) }
else { msg $chan 4,1Authorized nick Changing nick to ( $2 ) | nick $2 }
}