Clan Script

By Logan on Mar 11, 2008

Ok its simple. All you have to do is set your auser as 500 by typing /Auser 500 (Your Nick) and once that your good to go. This is just a simple clan script I made out of boredom. I hope you enjoy :)

on 500:Text:!AddClanMember*:#:{
  msg $Chan 4(13-[|3 $2 Is now a member of the clan! 13|]-4)
  writeini MyClan.ini $2 Clan Member
}
on 500:Text:!RemoveClanMember*:#:{
  msg $Chan 4(13-[|3 $2 Has been stripped of his/her Member Status! 13|]-4)
  writeini MyClan.ini $2 Clan Deleted-Member
}
on 500:Text:!AddClanGeneral*:#:{
  msg $Chan 4(13-[|3 $2 Is now a General of the clan! 13|]-4)
  writeini MyClan.ini $2 Clan General
}
on 500:Text:!RemoveClanGeneral*:#:{
  msg $Chan 4(13-[|3 $2 Has been stripped of his/her General Status! 13|]-4)
  writeini MyClan.ini $2 Clan Deleted-General
}
on 500:Text:!AddClanLeader*:#:{
  msg $Chan 4(13-[|3 $2 Is now a Leader of the clan! 13|]-4)
  writeini MyClan.ini $2 Clan Leader
}
on 500:Text:!RemoveClanLeader*:#:{
  msg $Chan 4(13-[|3 $2 Has been stripped of his/her Leader Status! 13|]-4)
  writeini MyClan.ini $2 Clan Deleted-Leader
}
on 500:Text:!AddClanAlly*:#:{
  msg $Chan 4(13-[|3 $2 Has been added as an Ally of the Clan! 13|]-4)
  writeini MyClan.ini $2 Clan Ally
}
on 500:Text:!RemoveClanAlly*:#:{
  msg $Chan 4(13-[|3 $2 Is no longer an ally of the Clan! 13|]-4)
  writeini MyClan.ini $2 Clan Removed-Ally
}
on 500:Text:!SetClanOwner*:#:{
  msg $Chan 4(13-[|3 $2 Is now the owner of the Clan! 13|]-4)
  writeini MyClan.ini $2 Clan Owner
}
on 500:Text:!RemoveClanOwner*:#:{
  msg $Chan 4(13-[|3 $2 Is no longer the owner of the clan! 13|]-4)
  writeini MyClan.ini $2 Clan Removed-Owner
}
on *:Join:#:{
  if ($readini(MyClan.ini,$Nick,Clan) == Owner) { msg $Chan 4(13-[|3 Welcome our almighty owner! 13|]-4) | halt }
  if ($readini(MyClan.ini,$Nick,Clan) == Leader) { msg $Chan 4(13-[|3 Welcome Leader $Nick 13|]-4) | halt }
  if ($readini(MyClan.ini,$Nick,Clan) == General) { msg $Chan 4(13-[|3 Welcome General $Nick 13|]-4) | halt }
  if ($readini(MyClan.ini,$Nick,Clan) == Member) { msg $Chan 4(13-[|3 Welcome clan member $Nick 13|]-4) | halt }
}

Comments

Sign in to comment.
B1tchkilla   -  Mar 15, 2008

Maybe because not every IRC network uses chanserv? (like Quakenet?)

 Respond  
Jonesy44   -  Mar 14, 2008

Only thing i don\'t understand .. is why not just use CS ffs !
Way easier, a LOT more reliable, and pretty much never lags =D

 Respond  
Mushufasa   -  Mar 14, 2008

I don\'t see how this is useless...Infact with a little editing the idea would fit nicely into many a script I have loaded onto my Bot.

While not ideally scripted, as pointed out by Napa (I just realised, DBZ fan maybe? xD) it has a use. Especially in very crowded channels etc.

Helps with clans/guilds for XBL stuff (Ladders and Tourneyx), MMO\'s and various other...Things. Like I said, good idea provided there\'s a use, which there is. Just because you don\'t have a use, doesn\'t mean others don\'t.

 Respond  
Xemnas   -  Mar 13, 2008

Ripped... and useless, like burford said.

 Respond  
Eugenio   -  Mar 12, 2008

Sooth why are you bovered ?!? its a useless script.

 Respond  
napa182   -  Mar 12, 2008

Sooth said:

Looks alot like mine

http://www.hawkee.com/snippet/3341/

Rip?

yeah it does look like ur\'s but he did do it in a diff way then ur\'s.

 Respond  
Logan   -  Mar 12, 2008

No...

 Respond  
Sooth   -  Mar 12, 2008

Looks alot like mine

http://www.hawkee.com/snippet/3341/

Rip?

 Respond  
Jonesy44   -  Mar 12, 2008

ROFL @ burford !

Although, why not just use ChanServ ?

/cs set #channel restricted on

Then, only members with access/aop can join ;-)

 Respond  
guest598594   -  Mar 12, 2008

rather than msg\'ing and halt\'ing, just use .msg Image

 Respond  
napa182   -  Mar 11, 2008

why use a ini file? when you can just auser/ruser the user.
you can also put this all on 1 text event.
why so many halts? try reading the help file about If-then-else
statement\'s
and read the help file about $level
also you dont check if $2 is said or not.

but i\'d have to concur with burford

burford said:

utterly ridiculous and useless

 Respond  
Eugenio   -  Mar 11, 2008

lmao@burford, good script but no point.

 Respond  
burford   -  Mar 11, 2008

utterly ridiculous and useless

 Respond  
Logan   -  Mar 11, 2008

I hope you Enjoy :)

 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.