Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.20 KB | None | 0 0
  1.   set fp [open $sfile r]
  2.   set horo [read -nonewline $fp]
  3.   foreach line [split $horo "\n"] {
  4.        
  5.   if {![eof $fp] } {
  6.      set line [gets $fp]
  7.      putserv "PRIVMSG $chan :[rand $line]"
  8.   }
  9.   close $fb
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement