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 3 matches

by asim
Tue Sep 22, 2009 1:52 pm
Forum: Scripting Help
Topic: [SOLVED] help with check for activity
Replies: 5
Views: 3246

Thanks, I am actually looking for activity by users, not the channel in general. but I should be able to adapt this.
by asim
Mon Sep 21, 2009 5:51 pm
Forum: Scripting Help
Topic: [SOLVED] help with check for activity
Replies: 5
Views: 3246

correct any message or action in the channel. just some sign of interaction, although if it makes it easier to just do activity based on chat text that is fine.
by asim
Mon Sep 21, 2009 2:44 pm
Forum: Scripting Help
Topic: [SOLVED] help with check for activity
Replies: 5
Views: 3246

[SOLVED] help with check for activity

Ok, i have a script and I would like to modify it to check for activity in the channel before giving credit. Here is the code: proc out_bonus { min hour day month year} { set sql [mysqlconnect -h HOST -u USERNAME -password PASSWD -db DBNAME ] foreach user [chanlist #TheStash] { if {$user != "ve...