~aleteoryx/tclircc

ref: 62c1ddd1a0501952913129d8a7799669375087e8 tclircc/src/irc/main.tcl -rw-r--r-- 213 bytes
62c1ddd1aleteoryx disable sr.ht toc 1 year, 27 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]