chachin

Untitled

Mar 10th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.58 KB | None | 0 0
  1. on *:text:!boobs*:#chick3n:{ msg # $read(boobs.txt) nsfw } ==  bind pub - !boobs do_boobs ; proc do_boobs {n u h c t} { if {[string equal -nocase $c #chick3n]} { set fh [open "boobs.txt" r] ; set data [split [read -nonewline $fh] \n] ; putserv "privmsg $c :[lindex $data [rand [llength $data]]] \002nsfw\002" } }
  2.  
  3. bind pub - !10boobs 10_boobs ; proc 10_boobs {n u h c t} { if {[string equal -nocase $c #chick3n]} { set fh [open "boobs.txt" r] ; set data [split [read -nonewline $fh] \n] ; for {set x 0} {x<11} {incr x} { puthelp "privmsg $c :[lindex $data [rand [llength $x]]] \002nsfw\002" } }
Advertisement
Add Comment
Please, Sign In to add comment