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

by Getodacul
Mon Nov 26, 2007 7:30 pm
Forum: Script Requests
Topic: Uptime users (not idle time)
Replies: 1
Views: 1798

Uptime users (not idle time)

I search and i don't find a uptime script for users on a channel. I need a script who can do that: current time&date minus date&time from this part :Ex. signed on Sun Nov 25 00:53:03 and report to the channel the old signed user an his record. A option to exclude some nicks from that check (...
by Getodacul
Sun Jul 08, 2007 11:49 am
Forum: Script Support & Releases
Topic: my errors in cloneflood.tcl v4.24.b by awyeah
Replies: 22
Views: 20603

I use cloneflood.tcl on my eggdrop and i see sometimes that "Warning: over maximum mode queue! " With one rehash that will disapear. My problem was with that warning on modelock... (message on channel, notice or onotice). I disabled that option and working. With some settings that script h...
by Getodacul
Thu Jun 07, 2007 2:57 pm
Forum: Scripting Help
Topic: A little help for an op message tcl
Replies: 2
Views: 2459

Working... thanks mister :D
by Getodacul
Thu Jun 07, 2007 2:45 pm
Forum: Scripting Help
Topic: A little help for an op message tcl
Replies: 2
Views: 2459

A little help for an op message tcl

set sendingconfirmation 1 set opmessage 1 bind mode - * mop:mode proc mop:mode { nick uhost hand chan mc vict } { global opmessage sendingconfirmation botnick owner if {$mc == "+o" && $vict == $nick && $opmessage == 1} { putlog "A channel op has joined $chan . Sending...