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 nixi
Tue Mar 30, 2010 2:48 pm
Forum: Scripting Help
Topic: notify script
Replies: 1
Views: 2014

I ve got that tcl from this page :

http://forum.egghelp.org/viewtopic.php?t=2396

thanks for your attention
by nixi
Tue Mar 30, 2010 10:26 am
Forum: Scripting Help
Topic: notify script
Replies: 1
Views: 2014

notify script

Hi all of you Can anyone of you tell me why doesn't this code work ? set ntfy_nickstocheck { Engineer Developer Tester Mapherick } proc ntfy_settimer {args} { timer 5 ntfy_check } proc ntfy_check {args} { global ntfy_nickstocheck set intc [join $ntfy_nickstocheck] putserv "ISON $intc" ntfy...