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

by Skajaquada
Mon Feb 18, 2008 11:01 pm
Forum: Script Requests
Topic: top10 users of this word
Replies: 4
Views: 3106

I mean no disrespect, but if I wanted a channel stats script I would have gotten it from the archive and had it running by now.

Thanks anyways guys.
by Skajaquada
Mon Feb 18, 2008 3:16 am
Forum: Script Requests
Topic: top10 users of this word
Replies: 4
Views: 3106

nope, i dont want that much. I only want it to count one given word in channel msgs and actions. and report who said that word the most. Nice and simple.
by Skajaquada
Mon Feb 18, 2008 2:35 am
Forum: Script Requests
Topic: top10 users of this word
Replies: 4
Views: 3106

top10 users of this word

Would it be possible for someone to write a tcl script to keep count of how many times the specified word is used by each user, and then create a top10 or top5 users of that word?
Thanks

(Including actions)
by Skajaquada
Fri Feb 15, 2008 2:59 pm
Forum: Script Requests
Topic: private msg triggers
Replies: 6
Views: 3432

the proc name would be like above...."triggerproc"
I bet thats why. it needs to be like helpproc and idlerpgproc
Thanks :)

and yeah, i did a full restart
by Skajaquada
Fri Feb 15, 2008 2:03 pm
Forum: Script Requests
Topic: private msg triggers
Replies: 6
Views: 3432

Thanks. I have another question. I tried making more than one trigger in one tcl file and they sort of bled together when i ran the trigger. So I tried splitting them up into different tcl files and it did the same thing, now I deleted all but one of those files and for some reason the deleted trigg...
by Skajaquada
Fri Feb 15, 2008 1:59 pm
Forum: Script Support & Releases
Topic: OnThisDay.tcl (Current Version: 1.2b-updated 1/15/08)
Replies: 21
Views: 22688

no response from any sort of chat. I'll check with my shell provider and see what version of tcl they run.
by Skajaquada
Thu Feb 14, 2008 3:17 am
Forum: Script Support & Releases
Topic: OnThisDay.tcl (Current Version: 1.2b-updated 1/15/08)
Replies: 21
Views: 22688

I cant get this to work. Do I need the latest version of tcl?

It shows as loaded but i get no response from !today
I edited the settings, did .chanset and all.
by Skajaquada
Wed Feb 13, 2008 3:07 am
Forum: Script Requests
Topic: private msg triggers
Replies: 6
Views: 3432

bind msg - !help triggerproc
proc triggerproc {nick uhost hand chan text} {
puthelp "PRIVMSG $nick :Bla bla bla I'm helping."

##timer somewhere here. i dont know how

puthelp "PRIVMSG $nick :Bla bla bla I'm helping more."

}
by Skajaquada
Wed Feb 13, 2008 2:06 am
Forum: Script Requests
Topic: private msg triggers
Replies: 6
Views: 3432

private msg triggers

I need something similar to a help script but done entirely in private msg. no channel commands. I also need the responses to be timed maybe 2 or 3 seconds.

Thanks in advance!