Op/Oper command script

By Xemnas on Apr 13, 2007

Easy, in the bot window put /auser 500 <Your Nick, Not bot's.>

Simple as that, I'm making more command's for it, if you find any bug's email me at Dog75246@aol.com (Bot works in pm/channel)

Also, set %Admin as your nick too.

;Oper/Op Command Script by: Shiny_Rayquaza a.k.a Xemmy :3

on 500:TEXT:*`Unban*:?:{ mode $2 -b $3 | msg %Admin $3 Has Been Unbanned From $2 $+ . }
on 500:TEXT:*`Ban*:?:{ mode $2 +b $3 | msg %Admin $3 Has Been Banned From $2 $+ . }
on 500:TEXT:*`Op*:?:{ mode $2 +o $3 }
on 500:TEXT:*`Protect*:?:{ mode $2 +a $3 }
on 500:TEXT:*`Voice*:?:{ mode $2 +v $3 }
on 500:TEXT:*`Halfop*:?:{ mode $2 +h $3 }
on 500:TEXT:*`DeOp*:?:{ mode $2 -o $3 }
on 500:TEXT:*`DeProtect*:?:{ mode $2 -a $3 }
on 500:TEXT:*`DeVoice*:?:{ mode $2 -v $3 }
on 500:TEXT:*`DeHalfop*:?:{ mode $2 -h $3 }
on 500:TEXT:*`Akick*:?:{ cs akick $2 add $3 $4- }
on 500:TEXT:*`UnAkick*:?:{ cs akick $2 del $3 $4 }
on 500:TEXT:*`Kick:*:?:{ kick $2 3- }
on 500:TEXT:*`Unban*:#:{ mode $2 -b $3 | msg %Admin $3 Has Been Unbanned From $2 $+ . }
on 500:TEXT:*`Ban*:#:{ mode $2 +b $3 | msg %Admin $3 Has Been Banned From $2 $+ . }
on 500:TEXT:*`Op*:#:{ mode $2 +o $3 }
on 500:TEXT:*`Protect*:#:{ mode $2 +a $3 }
on 500:TEXT:*`Voice*:#:{ mode $2 +v $3 }
on 500:TEXT:*`Halfop*:#:{ mode $2 +h $3 }
on 500:TEXT:*`DeOp*:#:{ mode $2 -o $3 }
on 500:TEXT:*`DeProtect*:#:{ mode $2 -a $3 }
on 500:TEXT:*`DeVoice*:#:{ mode $2 -v $3 }
on 500:TEXT:*`DeHalfop*:#:{ mode $2 -h $3 }
on 500:TEXT:*`Akick*:#:{ cs akick $2 add $3 $4- }
on 500:TEXT:*`UnAkick*:#:{ cs akick $2 del $3 $4 }
on 500:TEXT:*-SaPart*:?:{ sajoin $2 $3| msg %Admin $2 Has Been Forced To Part $3 }
on 500:TEXT:-Oper:?:{ oper <Oper> <Password> | msg %Admin I Am Now Oper. }
on 500:TEXT:-Rehash:?:{ rehash }
on 500:TEXT:*-ChgHost*:?:{ ChgHost $2 $3- | msg %Admin $2 $+ 's Host Has Been Changed. }
on 500:TEXT:*-ChgName*:?:{ ChgName $2 $3- | msg %Admin $2 $+ 's Name Has Been Changed. }
on 500:TEXT:*-Global*:?:{ Globops $2- }
on 500:TEXT:*-ChgIdent*:?:{ ChgIdent $2 $3- | msg %Admin $2 $+ 's Ident Has Been Changed. }
on 500:TEXT:*-kill*:?:{ kill $2 $3- | msg %Admin $2 Has Been Killed. }
on 500:TEXT:*-Gline*:?:{ gline $2 $3- | msg %Admin $2 Has Been Glined. }
on 500:TEXT:*-Kline*:?:{ kline $2 $3- $4- | msg %Admin $2 Has Been Kline. }
on 500:TEXT:*-Zline*:?:{ zline $2 You Have Been Perm Banned From $server Because Of $3- | msg %Admin $2 Has Been Zlined. }
on 500:TEXT:*-Sajoin*:?:{ sajoin $2 $3 | msg %Admin $2 Has Been Forced To Join $3 }
}

Comments

Sign in to comment.
fire_wizard1   -  Nov 30, 2008

i was talking about when you do /auser, like have it set so it has your ip instead of the nick that your using. much less work that you will have to do, also you dont have to do /auser everytime that you change your nick

 Respond  
vSkyzv   -  Nov 29, 2008

Wouldn't it be better if you made aliases instead of on TEXT? That way nobody can see what you typed and you wouldn't need a bot for this.

Example:

alias unban { mode $1 -b $2 | msg %Admin $2 Has Been Unbanned From $1 $+ . }

If you do convert these to aliases, remember this:

In /unban , would be $1 and not $2.

 Respond  
fire_wizard1   -  Nov 29, 2008

would it be better if it sets the ipmask instead of the nick??

 Respond  
AHBARAR   -  Jun 03, 2007

nice work my freind but commands for the G-lined , kline and z-lined u have to be an admin or an oper of server to make tht happen

 Respond  
Xemnas   -  Apr 15, 2007

:P, Crappy you mean bu UnrealIRCd, That shit is yukkeh. :(

 Respond  
DarkFlaze   -  Apr 14, 2007

i have seen it work, me and Xemnas stuff around all the time on a crappy server as NAs, it works well though, he goes -kill Flaze, and then i get killed,its a pretty good thing for your bot, but of course everyone wants to be perfect.

 Respond  
Xemnas   -  Apr 14, 2007

Really... ;x

 Respond  
Lindrian   -  Apr 13, 2007

LOL!
That hurts.

 Respond  
BrainBryce   -  Apr 13, 2007

How do you Post a script?

 Respond  
Xemnas   -  Apr 13, 2007

It was the brackets... sorry guy\'s.

 Respond  
Xemnas   -  Apr 13, 2007

Oh, that was bugged... i\'ll fix up a better one T_T

 Respond  
Xemnas   -  Apr 13, 2007

Lolz, No, I had that passwrod for a while, but I changed it, thanks Saurabh.

 Respond  
Pass   -  Apr 13, 2007

I hope that isn\'t your real oper password/name that you posted...

\"on 500:TEXT:-Oper:?:{ oper Xemnas 75246 | msg %Admin I Am Now Oper. }\"

 Respond  
Lindrian   -  Apr 13, 2007

well, i dont see it that usfull, u might aslso wanna use 1 text event......
And also, put a few if\'s in, to chec if u input $2 or something etc...

 Respond  
S*A*U*R*A*B*H   -  Apr 13, 2007

Not working l.l

I did everything though

 Respond  
S*A*U*R*A*B*H   -  Apr 13, 2007

Also, set %Admin as your nick too. <-- Hey SR, in bots remotes or mine

and btw like %admin Saurabh

Right? ^^

 Respond  
S*A*U*R*A*B*H   -  Apr 13, 2007

Nice SR ^^

 Respond  
Xemnas   -  Apr 13, 2007

I hope ya guys enjoy it.

 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.