Quote of the day

By The Monster on Jul 21, 2006

Ok simple script to let you set a quote of the day and lets others find out that quote

Also has protection so only half-ops and Ops can set new quotes

                                                                            You need to put "%quote" in the variables tab for this to work.

                                                                             commands:

                                          !quote - Makes the bot pm you with the quote of the day

!setquote [New quote here] - Sets a new quote then informs the channels that there is a new quote.

2nd ever script

on *:TEXT:!quote*:#: {
  /msg $nick 10 QUOTE OF THE DAY:3 " %quote "
} 

on *:TEXT:!setquote*:#: {
  if ($nick ishop #) || ($nick isop #) {
    set %quote $2- 
    /amsg 10 A new QUOTE OF THE DAY has been set! type 3!Quote10 to see it!
  }
}

Comments

Sign in to comment.
Noutrious   -  Jul 23, 2006

Or, if you don`t want a quote for each people, then on start set %quote $read(quotes.txt)

 Respond  
Pibb   -  Jul 21, 2006

Here are some ideas for you.

1.Have it randomly select from a list. Most people would fight over that on servers I go to.

  1. Set %QS.Quote. [ $+ [ $Nick ] ] $2-
    To set everyone their own quote if they choose to add one. Then configure the other part to work with this.
 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.