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

by Dedan
Sun Nov 30, 2008 10:54 pm
Forum: Other Topics
Topic: Yet another spambot...
Replies: 22
Views: 14086

please don't take my nick off, i am just sick, not dead 8)
by Dedan
Mon Feb 04, 2008 1:12 pm
Forum: Scripting Help
Topic: Weird behavior of FOREACH command
Replies: 5
Views: 3988

and stop using list commands on strings.
split the sting into a var and then
use the foreach ....

global botnick
if the botnick var was not called then it will produce
an error and stop the loop
by Dedan
Fri Aug 17, 2007 2:36 am
Forum: Script Support & Releases
Topic: Beta testers needed for advanced auto-voice tcl
Replies: 5
Views: 7321

erm, if that one bot goes down then the whole channel
is down, also bots get lagged from time to time, netsplits,
and other events which you never thought of .....

we have been doing this for 5 years, we do know a thing or two 8)
by Dedan
Wed Aug 08, 2007 3:35 am
Forum: Script Support & Releases
Topic: Beta testers needed for advanced auto-voice tcl
Replies: 5
Views: 7321

Beta testers needed for advanced auto-voice tcl

This is an advanced auto-voice tcl i have been using for 3 years, i just completly re-wrote the script and will de-bug and release. # Advanced auto-voice tcl for +m Channels # If you OP a moderated channel you know that several bots are # needed to make sure that people are +voiced. Problem is that ...
by Dedan
Mon Apr 30, 2007 11:50 am
Forum: Scripting Help
Topic: Flood Pub
Replies: 3
Views: 3332

Code: Select all


bind pubm -|- * protect:channel
proc protect:channel {nick uhost handle channel text} {
  if {(![botisop $channel]) || ([isop $nick $channel])} {return 0}
  if {([matchattr $handle o]) || ([matchattr $handle f])} {return 0}

by Dedan
Sat Apr 28, 2007 10:04 pm
Forum: Scripting Help
Topic: Special characters in string match
Replies: 8
Views: 5005

{[ \\[ ] \\]} ??????
you mean {[ \\[ \\] ]} ????
by Dedan
Sat Apr 28, 2007 9:42 pm
Forum: Scripting Help
Topic: Special characters in string match
Replies: 8
Views: 5005

1) the original post refected an aspect of the orginal topic user started 2) the orginal post was directed to user 3) it is set in an array because it does have value, 5+ values 4) are you suggesting i should use: set banmask [string map {[ \\[ ] \\]} $banmask] set banmask [string map {[ \\{ } \\]} ...
by Dedan
Sat Apr 28, 2007 9:15 pm
Forum: Scripting Help
Topic: Special characters in string match
Replies: 8
Views: 5005

what are you talking about?

Code: Select all


 set banmask "*[M]*!*@*"
 set blacklist($banmask) 

bind join -|- * BLK:J
proc BLK:J {N uhost H C} {

  set U "$N![getchanhost $N]"
  foreach E [array names blacklist] {
    if {[string match -nocase $E $U]} {

and you are suggesting what?
by Dedan
Sat Apr 28, 2007 5:11 pm
Forum: Scripting Help
Topic: Special characters in string match
Replies: 8
Views: 5005

Special characters in string match

never the less user i am in the final stages of a very nice blacklist script for large channels i would like to be able to ban nicks with special chars in them but it seems impossible. i am currently using "string match" for compare [01:50] <botowner> .tcl string match *[M]*!*@* *!*@* [01:...
by Dedan
Thu Oct 19, 2006 6:17 pm
Forum: Scripting Help
Topic: state(after) no such element in array error
Replies: 7
Views: 7354

try:

Code: Select all


   if {[catch {after cancel $state(after)}]} {}

8)
by Dedan
Thu Oct 19, 2006 6:05 pm
Forum: Eggdrop Help
Topic: editing eggdrop.conf
Replies: 4
Views: 3261

did you figure it out DevilWolf?
by Dedan
Tue Aug 15, 2006 2:02 pm
Forum: Other Topics
Topic: search feature
Replies: 9
Views: 4865

search feature

i have been trying to use your seach feature which you sem to have changed. i look at a post and then try to use the "back arrow' button to get to the main listing of "found posts" and keep getting the "your page is not longer available" whatever message. will this be change...
by Dedan
Mon Mar 13, 2006 9:15 pm
Forum: Other Topics
Topic: Freeze Eggdrop Development
Replies: 18
Views: 15958

well, BSD systems are THE only systems ...
what else would one ever want to use?
by Dedan
Mon Mar 13, 2006 8:56 pm
Forum: Scripting Help
Topic: usage of "after" command
Replies: 2
Views: 4397

usage of "after" command

i searched the forum and found nothing to my suprise. i am having a problem finding the proper format of this command, i am not even sure it can be used in the way i need it. I have a loop that will loop about 60,000 times and i want to place a "pause" in it. foreach t $tenthousands { blah...
by Dedan
Thu Dec 01, 2005 3:35 am
Forum: Script Requests
Topic: autovoice script
Replies: 19
Views: 29932

if you still need one sjones, send me a message,
i got what you want, have been using it for over
2 years. it has a 37 minute voice ban if user is -v-ed

8)