chachin

Untitled

Mar 10th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.33 KB | None | 0 0
  1. proc addboobs {nick uhost hand chan text} {
  2.         if {![string equal -nocase $chan "#chick3n"]} { return }
  3.         set url [lindex $text 0]
  4.         set fp [open "boobs.txt" a]
  5.         puts $fp $url
  6.         close $fp
  7.         lappend ::_boobs_data $url
  8.        puthelp "privmsg $chan :new link \"$url\" added successfully :D"
  9.      }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment