Some Bot Commands
Platform: mIRC
Published May 11, 2012
Updated May 11, 2012
This My First Snippet
I have not yet made any other
This is my first time
So plz forgive me if any mistake is there in my script
And the scanbug cmd does not repaid the bugs it just send to the channel that it have been fixed sry for that
on *:TEXT:!trade*:#: {
if (!$2) || (!$3) || (!$4) describe $chan : Syntax : !Trade [Country] [Object Or Thing , You Want To Trade] [Days]
else {
describe $chan : $nick is Trading to $2 for selling $3 for $4 day(s)
describe $chan : $nick is away . reason : Trading to $2
}
}
on *:Text:!brejoin:#:{
if ( $nick isop $chan ) cycle $chan
}
on *:TEXT:!qbot:#: {
if ($nick($chan,$nick,&~))
msg $chan ---> Echo Bot Disconnected <--
{ /quit Disconnected }
}
on *:Text:!scanbug:#: {
describe $chan : Scanning for bugs
timer 1 2 msg $chan 10%
timer 1 4 msg $chan 20%
timer 1 8 msg $chan 30%
timer 1 13 msg $chan 70%
timer 1 15 msg $chan 95%
timer 1 18 msg $chan 100% . Completed Scanning
timer 1 19 msg $chan Fixing Errors
timer 1 22 msg $chan Errors Fixed
timer 1 23 msg $chan Thanks $nick For Scanning And Fixing The Bugs
}