~aleteoryx/tclircc

ref: 4bc1948dc256b12750b8c3b405d0be8db08f867e tclircc/src/irc/main.tcl -rw-r--r-- 213 bytes
4bc1948dAleteoryx uh, docs 12 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#***
# [manpage_begin irc_thread tclircc 0.0.1]
# [titledesc {Thread tclircc::irc}]
# [description]

package require logger

source [file join $path irc.tcl]
source [file join $path cap.tcl]

#***
# [manpage_end]