event script

By Aaron on Jan 13, 2007

pretty simple, i havent seen any event things on this site so i made my own :)

!addevent sets the event
!event does a notice only to you on the event
@event tells the entire channel event

on *:TEXT:!addevent*:*:{ set %news. [ $+ [ $chan ] ] $2- | msg $chan Your Clan event changed, type !event to see it! | msg $nick done
}
on *:text:*:*:{
  if ($1 == !event) { notice $nick %news. [ $+ [ $chan ] ] }
  elseif ( $1 == @event) { msg $chan %news. [ $+ [ $chan ] ] }
}

Comments

Sign in to comment.
RussellReal   -  Jan 13, 2007

I just added one, if you want the link pm me on forums I dun wanna highjack ;)

 Respond  
Aaron   -  Jan 13, 2007

:P ive looked on this site for 2 weeks + and never found an event script so i made one from a few other scripts combined

 Respond  
RussellReal   -  Jan 13, 2007

oooh I made an event script but its kinda long >.< :X nice ;)

 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.