This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by floid
Fri Dec 10, 2004 4:26 pm
Forum: Archive
Topic: help needed
Replies: 5
Views: 3142

demond wrote:

Code: Select all

set f [open file.txt w]
puts $f [llength [chanlist #yourchan]]
close $f
thanks! :) can you also expand the script, so that is automatically updates the file every minute? thanks a lot in advance!
by floid
Fri Dec 10, 2004 3:54 pm
Forum: Archive
Topic: help needed
Replies: 5
Views: 3142

help needed

I need a very simple script, it would be great if somebody could help me out: The script should write the current number of users in a certain channel to a text file.