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

by demond
Sun Jun 04, 2006 2:01 am
Forum: Modules & Programming
Topic: Eggdrop doesn't recognize a . in it's nickname
Replies: 4
Views: 10576

which server version are you on? it must be pretty weird, I've yet to see an ircd that allows dots in nicks, and I've seen many
by demond
Sun Jun 04, 2006 1:57 am
Forum: Scripting Help
Topic: Where can i Dowload egghttp.tcl
Replies: 15
Views: 18575

Devilzimti wrote:Where can i tell it the bot?
sry im a noob :roll:

And on win32
should i set c://windrop//lib/tcl8.4//
as path?
try replacing

Code: Select all

package require http 2.4
with

Code: Select all

package require http
by demond
Sun Jun 04, 2006 1:54 am
Forum: Scripting Help
Topic: Simple usersearch help needed
Replies: 13
Views: 8948

starpossen wrote: I dont know if this can be rewritten to tcl., if the other one cant be fixed?
you are on the wrong forum dude, this one is for people who know at least the basics of Tcl, and obviously you aren't among them

post to "Script Requests"
by demond
Sun Jun 04, 2006 1:42 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221331

Re: x:mass:rate

how come i dont have +/-x:mass on my list? there is no such flag, mass flood protection is always ON, read the doc my default setting is: x:mass:rate: 20:3 if it was your real setting too, you wouldn't be getting the error you claim you get delete the channel file and start over x:mass:rate <= is t...
by demond
Sat Jun 03, 2006 2:25 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 214097

# i use this proc lremove { listname string } { return [lsearch -all -inline -not -exact $listname $string] } this won't work on older Tcl versions (lower than 8.4) Note that this suffers from the same dangers as explained in the List well-formedness test above. Modifications for safety are left as...
by demond
Sat Jun 03, 2006 2:03 am
Forum: Script Requests
Topic: Define channels to work on and handle +bbbb
Replies: 8
Views: 5361

IRCNick wrote:anyone ?

Code: Select all

bind raw - mode foo
proc foo {f k t} {
   if {[lindex [split $t] 1] == "-bbbb"} {
   # do stuff
   }
}
needless to say, this thing won't work if the unban modes are mixed with others, like -vbvb
by demond
Sat Jun 03, 2006 1:44 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221331

Re: Tcl error [::xchannel::mass]: can't read "maxr"

How come everytime i restart the bot i keep on getting this error =>Tcl error [::xchannel::mass]: can't read "maxr": no such var , that error disappear if i rehash the bot, what is causing that error to appear? you have specified x:mass:rate incorrectly; it should be in format m:n (n even...
by demond
Fri Jun 02, 2006 2:36 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221331

that's not an issue, you tried set errorInfo without actually getting an error
by demond
Fri Jun 02, 2006 2:28 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221331

you can use separate badwords or/and badwhois file for each channel, you need to create those files yourself using your text editor of choice and put them in your eggdrop directory; I deemed adding bad words via script command unnecessary as that action is supposed to happen infrequently
by demond
Thu Jun 01, 2006 12:15 am
Forum: Scripting Help
Topic: mysql instead of flat-file data storage?
Replies: 1
Views: 3025

start studying eggdrop source code (knowing C programming is a prerequisite for that); what you want to accomplish cannot be done via scripting but only by modifying the bot itself
by demond
Sat May 27, 2006 4:17 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 214097

Try 'string2list {[exit]}' using that proc :P The catch doesn't make any sense... RS must have created that proc before he learned Tcl :P where have you been? :) my fault I didn't quote DGP's remark right next to this thing: Note that this suffers from the same dangers as explained in the List well...
by demond
Thu May 25, 2006 3:11 am
Forum: Script Requests
Topic: need protection channel tcl
Replies: 1
Views: 2752

has the thought about actually SEARCHING or simply LOOKING AROUND here ever crossed your mind?
by demond
Thu May 25, 2006 3:08 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1052862

Sir_Fz wrote:
demond wrote:
Sir_Fz wrote:Oh yeah, that's the known eggdrop bug (forgot about it).
what's the bug?
You, out of all people, should know very well about this bug :P (long udefs causing errors while being read from the .chan file)
hmm, isn't that fixed in .18?
by demond
Wed May 24, 2006 1:25 am
Forum: Scripting Help
Topic: how to get info from mirc
Replies: 1
Views: 3178

download any of the zillions scripts reacting on !commands from "mIRC" and pay attention to bind pub
by demond
Wed May 24, 2006 1:22 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1052862

Sir_Fz wrote:Oh yeah, that's the known eggdrop bug (forgot about it).
what's the bug?