Discussion of eggdrop bots, shell accounts and tcl scripts.
Skip to content
Go to advanced search
demond wrote:Code: Select allset f [open file.txt w] puts $f [llength [chanlist #yourchan]] close $f
Code: Select all
set f [open file.txt w] puts $f [llength [chanlist #yourchan]] close $f