PoiXons * Channel * Commands ..

Platform:  mIRC
Published  Oct 11, 2004
Updated  Sep 04, 2008
Ok , This Is a script that just basically gives Ops more commands ..
hope it help .. =)
for ops to see the commands just type !ops ;PoiXons Channel commands
;replace the #chan bit to ur chan or keep it like # if u want it to work in all chans =/
;have fun :)

on *:TEXT:!ops:#chan: {
if ($nick isop $chan) {
timer 1 1 msg $nick U Can See the list Of a few Commands to ban , kick and get rid of people out of ur chan !
timer 1 2 msg $nick Type !Commands to see the commands
}
}
on *:Text:!commands:#chan: {
if ($nick isop $chan) {
timer 1 1 msg $nick theres !Kill <nick>< reason> which kicks the <nick> then puts invite on the chan and the only way <nick> could get in is if u invite him in !
timer 1 2 msg $nick Theres !Torture <nick> which bans and devoices nick =)
timer 1 3 msg $nick theres !BB <nick> which deops <nick> then bans them ( Only used if the nick is an op ) To Un torture or kill them just type !un <command> e.g !unkill or !untorture
}
}
on *:text:!kill*:#chan: {
if ($nick isop $chan) {
/kick #chan $2- } { /mode #chan +i
}
}
on *:text:!unkill*:#chan: {
if ($nick isop $chan) {
/mode #chan -i
}
}
on *:text:!Torture*:#chan: {
if ($nick isop $chan) {
/mode #chan -v $2 } { /mode #chan +b $2
}
}
on *:text:!UnTorture*:#chan: {
if ($nick isop $chan) {
/mode #chan +v $2 } { mode #chan -b $2
}
}
on *:text:!BB*:#chan: {
if ($nick isop $chan) {
/mode #chan -o $2 } { /mode #chan +b $2
}
}
on *:text:!UnBB*:#chan: {
if ($nick isop $chan) {
/mode #chan +o $2 } { /mode #chan -b $2
}
}

Comments

Sign in to comment.
PoiXon   -  Oct 17, 2004
Ty =)
 Respond  
Shadow_Knight   -  Oct 16, 2004
good idea btw
 Respond  
Shadow_Knight   -  Oct 16, 2004
thats alright..i remember when i started out..it wasnt pretty lol
 Respond  
PoiXon   -  Oct 15, 2004
Yeah it says replace the #chan Bit with Ur Channel ! , and im soz i aint very good im tryin to learn
 Respond  
Shadow_Knight   -  Oct 13, 2004
Heres an example: on *:TEXT:!unkill*:#:{ if ($nick isop $chan) { mode $chan -i } }
 Respond  
Shadow_Knight   -  Oct 13, 2004
Heres an example: on *:TEXT:!unkill*:#:{
 Respond  
Shadow_Knight   -  Oct 13, 2004
and where you have #chan..it would only work if you said these commands in a channel called #chan
 Respond  
Shadow_Knight   -  Oct 13, 2004
looks more like abuse to me..
 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.