Clan Script
Platform: mIRC
Published Jan 17, 2010
Updated Jan 17, 2010
This is a Simple Clan script
First type /ps (your nick here)
##Rank commands##
!rank1 = 4
!rank2 = 5
!rank3 = 10
!rank4 = 500
!rank5 = 9999
##Bot Commands##
!join
!part
!op
!deop
!voice
!devoice
!protect
!deprotect
!halfop
!dehalfop
First type /ps (your nick here
on *:join:#ClanChannel: {
notice $nick Welcome to (Clan name).
mode #clanchannel -a $me
mode #clanchannel -o $me
}
on *:TEXT:!register:#ClanChan: {
notice $nick Welcome to the Register Systeem of {Clan Name) .
notice $nick You need accept the Follow Rules.
notice $nick
notice $nick Your Rules
notice $nick Your Rules
notice $nick Your Rules
notice $nick Your Rules
notice $nick
notice $nick 4 you need accept with the rules
notice $nick now type 4 !deciline or 4 !accept
}
on *:TEXT:!accept:#ClanChannel: {
notice $nick Now you are a Member of (clan Name).
cs access #ClanChannel add $nick 2
}
on *:TEXT:!deciline:#ClanChanne;: {
notice $nick you decilined the accept.
cs kick #ps $nick You decilined the request.
}
on *:Join:#ClanChannel: {
ctcp $nick version
}
on ps:TEXT:!rank1*:#:{
msg #ps $2 is ranked up to Rank 1
cs access #Clanchannel add $2 4
}
on ps:TEXT:!rank2*:#:{
msg #ps $2 is ranked up to Rank 2
cs access #Clanchannel add $2 5
}
on *:TEXT:!rank3*:#:{
msg #ps $2 is ranked up to Rank 3
cs access #Clanchannel add $2 10
}
on *:TEXT:!rank4*:#:{
msg #ps $2 is ranked up to Rank 4
cs access #Clanchannel add $2 500
}
on *:TEXT:!rank5*:#:{
msg #ps $2 is ranked up to Rank 5
cs access #Clanchannel add $2 9999
}
alias ps {
auser ps $1
}
ON ps:TEXT:*:#Clanchannel: {
if ($1 == !Owner) }
{ mode $chan +q $nick }
if ($1 == !deOwner) {
mode $chan -q $nick
}
if ($1 == !protect) {
mode $chan +a $nick
}
if ($1 == !deprotect) {
mode $chan -a $nick
}
if ($1 == !op) {
mode $chan +o $nick
}
if ($1 == !deop) {
mode $chan -o $nick
}
if ($1 == !halfop) {
mode $chan +h $nick
}
if ($1 == !dehalfop) {
mode $chan -h $nick
}
if ($1 == !voice) {
mode $chan +v $nick
}
if ($1 == !devoice) {
mode $chan -v $nick
}
if ($1 == !part) {
/part $2
}
if ($1 == !join) {
/join $2