extreme12 commented on a Page, Simple Qoute Bot  -  Jun 30, 2011

[script]
n0=on 300:TEXT:!addq:#:{
n1= /write quotes.txt $2- door $nick
n2= /notice $nick Je quote " $+ $2- $+ " is toegevoegd aan de database.
n3=}
n4=
n5=on 300:TEXT:!delquote
:#:{
n6= /write -ds $+ $2- quotes.txt
n7= /notice $nick De quote " $+ $2- $+ " is verwijderd.
n8=}
n9=
n10=on :TEXT:!quote:#:{
n11= if (%quotes == on) { /describe $chan --> Quotes staan al AAN! Om te stoppen, typ !stopq }
n12= /set %quotes on
n13= /describe $chan --> Quotes staan AAN! Om te stoppen, typ !squote
n14= /play -r $chan quotes.txt 1
n15= /timer 0 10 /play -r $chan quotes.txt 1
n16=}
n17=
n18=on
:TEXT:!stopq:#:{
n19= if (%quotes == off) { /describe $chan --> Quotes staan al UIT! Om te starten, typ !quote }
n20= /set %quotes off
n21= /timers off
n22= /describe $chan --> Quotes staan UIT!
n23=}
n24=on :TEXT:!helpq:#:{
n25= /notice $nick
-----------------
n26= /notice $nick !quote
n27= /notice $nick !stopq
n28= /notice $nick !addq
n29= /notice $nick
-----------------*
n30=}
;; this is a dutch version of quotes script

 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.