!setevent

By Aile on Jul 02, 2007

Oks, I got bored and made a Event script thats ment to be fun :P

~Commands~
!setevent
!delevent
!/@event ( This will show you someone elses set event )

All 3 of these will tell you if the person have a event or not, or if you set a event and try to set another one it will message you that you have a event set, same thing goes with the !delevent. So have fun! :)

Note: You can type /run event.ini To view any events if they are set and what they are :P "Script must be loaded into remotes and at least used once"

on *:TEXT:!Setevent *:#:{
  if (!$readini(event.ini,Events,$address($nick,2))) {
    writeini event.ini Events $address($nick,2) $2-
    msg $chan $nick $+ 's event has been added.
  }
  else {
    notice $nick You already have an event set, which is:4 $readini(event.ini,Events,$address($nick,2))
  }
}
on *:TEXT:!delevent:#:{
  if (!$readini(event.ini,Events,$address($nick,2))) {
    notice $nick You do not have any set events!
  }
  else {
    remini event.ini Events $address($nick,2) 
    msg $chan $nick $+ 's event has been deleted
  }  
}

on $*:text:/^[@!]event*/Si:#:{
  if (!$readini(event.ini,Events,$address($2,2))) {
    notice $nick $2 Doesn't have set event!
  }
  else {
    $iif($left($1,1) == @, msg $chan, .notice $nick) $2 $+ 's event is set as:4 $readini(event.ini,Events,$address($2,2))
  }
}

Comments

Sign in to comment.
GuardianDemon   -  Jul 19, 2007

Holy Hell Wabtonio Three Things (-1-) Very Very Very Childish And Immature (-2-) You Have What.... Let Me Check..... NO SNIPPETS AT ALL WHATSOEVER So This Snippet Is Probably Alot More Advance Than You Can Understand (-3-) Pretty Good Snippet Aile Well Done.

 Respond  
Bouncer   -  Jul 06, 2007

Some people take the chat life way too seriously.

 Respond  
Aile   -  Jul 06, 2007

Lol, Don\'t worry about Wabtonio, he hates me for banning him from #bot and my channel #AileBot lol

 Respond  
napa182   -  Jul 06, 2007

I concur with Bouncer on that..just immature ..=/

 Respond  
Bouncer   -  Jul 06, 2007

Why don\'t you grow up and show some respect. That was one of the most childish things I have seen.

 Respond  
Wabtonio   -  Jul 05, 2007

Lame

 Respond  
Wabtonio   -  Jul 05, 2007

Lame

 Respond  
Wabtonio   -  Jul 05, 2007

Very Lame script, just as lame as the \'knock\' on the admin channal...

 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.