Top

TCL Code Snippets by mentalglitch

  (3)  
Sort by 
run this in terminal and specify a mask such as "*irc*" and it will kill any processess with the word "irc" in it(all wild cards accepted)
Tags: kill  kill9  multi  process 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: TCL   |   Posted by mentalglitch on Jun 15, 2008
Tcl example bot (use in linux OS but will work on windows) it doesnt do anything aside from connect identify to nickserv and join the channels specified if you want to add to this such as commands and..
Tags: bot  tcl 
+ 0 likes
1 comment(s)   |   Score: 0.0   |   Language: TCL   |   Posted by mentalglitch on May 14, 2008
NOTE!!: This is NOT an eggdrop tcl if you 'source scripts/maketcl.tcl' you will most likely crash your eggy. This script requires that tclsh 8.5 be installed. The proper way to use this script is as..
Tags: make  maketcl  tcl 
+ 0 likes
1 comment(s)   |   Score: 0.0   |   Language: TCL   |   Posted by mentalglitch on May 14, 2008
Bottom