Advertisement
DiamantThomy

Party Script

Nov 14th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.61 KB | None | 0 0
  1. proc pub_party {nick uhost hand chan args} {
  2. global botnick
  3. putquick "PRIVMSG $chan :\002\00301Party\003"
  4. putquick "PRIVMSG $chan :\002\00305Party\003"
  5. putquick "PRIVMSG $chan :\002\00306Party\003"
  6. putquick "PRIVMSG $chan :\002\00306Party\003"
  7. putquick "PRIVMSG $chan :\002\00312Party\003"
  8. putquick "PRIVMSG $chan :\002\00314Party\003"
  9. putquick "PRIVMSG $chan :\002\00301Party\003"
  10. putquick "PRIVMSG $chan :\002\00301Party\003"
  11. putquick "PRIVMSG $chan :\002\00305Party\003"
  12. putquick "PRIVMSG $chan :\002\00314Party\003"
  13. return 0 }
  14.  
  15. bind pub - !party pub_party
  16.  
  17. putlog "Party.TCL by DiamantThomy Loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement