Code Library
Home Submit Free Hosting Link To Us Contacts

TCL Part MSG

TCL Part MSG TCL TCL Part MSG Download (.zip)



## Random Phrases, please if the phrase have " make it with \"
set phrases {
    "tekst1"
    "tekst2"
}
bind part - * part_proc

proc part_proc {nick uhost hand chan msg} {
global phrases
    set text [lindex $phrases [rand [llength $phrases]]]
    puthelp "PRIVMSG $nick :$text"
}
putlog "PartMSG.TCL by IRCHelp.UniBG.Net+LHG Crew Loaded !!!"




  • TCLNo services privmsg Part Message MSG Filter
  • TCLPart MSG Partyline


Tatet