Power Script

By DragonFlare on Aug 02, 2008

This script is a script for beginners has all the commands needed for channels

on *:load:{
echo -a Ty for loading Eternals Power Script For Beginners
echo -a a Eternal-Networking Production
echo -a you can find me on chat.peercommons.net:6667 -j #dirty or -j #OxshRadio
echo -a ???????Eternal???????
}
menu nicklist {

Set Power
.V: mode $chan +v $1 | inc %Voice | .msg $chan i have voiced %voice people
.Halfop: mode $chan +h $1 | inc %Halfop | .msg $chan i have halfoped %halfop people
.Op: mode $chan +o $1 | inc %op | .msg $chan i have oped %op people
.Protect: mode $chan +a $1 | inc %Protect | .msg $chan i have protected %Protect people
.Owner: mode $chan +q $1 | inc %Owner | .msg $chan i have Co-Owned %Owner people  
.All: mode $chan +qaohv $1 $1 $1 $1 $1
Remove Power
.Devoice: mode $chan -v $1 | inc %Devoice | .msg $chan i have devoiced %Devoice people
.Dehalfop: mode $chan -h $1 | inc %Dehalfop | .msg $chan i have Dehalfoped %dehalfop people
.Deop: mode $chan -o $1 | inc %Deop | .msg $chan i have deoped %deop people
.Deprotect: mode $chan -a $1 | inc %Deprotect | .msg $chan i have deprotected %Deprotect people
.Deowner: mode $chan -q $1 | inc %Deowner | .msg $chan i have De-Co-Owned %deowner people
.All: mode $chan -qaohv $1 $1 $1 $1 $1
Set Perm Power
.VopAdd: .msg chanserv vop $chan add $1
.HopAdd: .msg Chanserv hop $chan add $1
.AopAdd: .msg chanserv aop $chan add $1
.SopAdd: .msg Chanserv sop $chan add $1
.AccessAdd3: .msg Chanserv Access $chan Add $1 3
.AccessAdd5: .msg Chanserv Access $chan Add $1 5
.AccessAdd10: .msg Chanserv Access $chan Add $1 10
.AccessAdd9999: .msg Chanserv Access $chan Add $1 9999
Remove Perm Power
.VopDel: .msg chanserv vop $chan del $1
.HopDel: .msg Chanserv hop $chan del $1
.AopDel: .msg chanserv aop $chan del $1
.SopDel: .msg Chanserv sop $chan del $1
.AccessDel: .msg Chanserv Access $chan Del $1
Kick
.Kick: .msg Chanserv kick $chan $1
.Akick: .msg Chanserv Akick $chan add $1
Ban
.Ban: mode $chan +b $1
.KickBan: mode $chan +b $1 | .msg Chanserv kick $chan $1
Lists
.VopList: .msg Chanserv vop $chan list
.HopList: .msg Chanserv hop $chan list
.AopList: .msg Chanserv aop $chan list
.SopList: .msg Chanserv sop $chan list
.AccessList: .msg Chanserv Access $chan list
Say 
.say ( $+ $chan $+ ):{ var %say = $$?="What would you like the bot to say?"
bs say $active %say
}
}

}

Comments

Sign in to comment.
Spanky   -  Aug 02, 2008

i like it saves all the damm typing. wd

 Respond  
DragonFlare   -  Aug 02, 2008

Snipplet has been updated

I added accessadd commands to set perm power
and i added a remove perm power section
messed up on the kickban part that bug is fixed
also on the lists i added the command for access list to
i have updated the set power and remove power parts of the codes and put counters in them

hope you all enjoy it

 Respond  
DragonFlare   -  Aug 02, 2008

i guess i should add a remove perm power section on that to
im gonna do that real quick

 Respond  
DragonFlare   -  Aug 02, 2008

i know :P
wasnt trying to be snappy with you but my servers pissing me off napa182

 Respond  
napa182   -  Aug 02, 2008

DragonFlare said:

no i didnt but ty napa ill fix it in a min

um i didnt say the way you did it was wrong. I was just showing you a diff way thats all.

 Respond  
DragonFlare   -  Aug 02, 2008

no i didnt but ty napa ill fix it in a min busy fixing the server atm

 Respond  
napa182   -  Aug 02, 2008

you do know that instead of doing

.All: mode $chan +qaohv $1 $1 $1 $1 $1

you can use $str

.All: mode $chan +qaohv $str($1 $chr(32),5)
 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.