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

by De Kus
Sun Jan 20, 2008 6:54 am
Forum: Other Topics
Topic: phpBB 3.0x
Replies: 9
Views: 6687

Yeah, but I guess they will support 2.x for at least a few more months. Seeing the change log of 2.x it is also inevitable that the 3.x branch will release some bug and security fixes this year. Though it's pretty impressive that since the release version is still 3.0.0. Seems they made the right de...
by De Kus
Wed Oct 31, 2007 7:18 pm
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3566

"key" will never contain a white space the == operand doesn't support wildcards, you must use string match to do so. consider using string equal -nocase to begin with, when comparing string ignoring the case. if the key is "dcc" the keyword "chat" will be in [lindex $a...
by De Kus
Sat Oct 20, 2007 8:07 am
Forum: Scripting Help
Topic: adding join flood check
Replies: 3
Views: 2325

Theoretically using puthelp is quite a good methode to prevent floodings. However too many putquick scritps often screw this. I use a little helper for anti-flood protections I wrote myself. # # # # # # # # # # decrease # usage : decrease <var> # return : 0 or 1 (can be discarded) # # info : usefull...
by De Kus
Sat Oct 20, 2007 7:41 am
Forum: Scripting Help
Topic: voice only with specific flag
Replies: 4
Views: 2317

I wonder why you use 2 if conditions in such a trivial issue. Also using pushmode is considered more spam proof, because it can accumulate mode requests which might arise in a join-flood... these often arise on net rejoins. if {![matchattr $handle H|H $channel] && $channel == $::g_pickupchan...
by De Kus
Thu Oct 18, 2007 12:50 pm
Forum: Eggdrop Help
Topic: Bot fails to connect while reconnecting too fast [solved]
Replies: 4
Views: 4056

Well, I have running various scripts, but none should cause a thing "server hopping" or "log censorship". Also the same scripts ran on the old server. PS: about the tcpdump or packet-sniffer, I'd first have to ask the owner about. Or can these be run on user level? Edit: I interv...
by De Kus
Thu Oct 18, 2007 12:38 pm
Forum: Eggdrop Help
Topic: Bot fails to connect while reconnecting too fast [solved]
Replies: 4
Views: 4056

Bot fails to connect while reconnecting too fast [solved]

First I will post some log messages and later I will explain a bit about it: Trying server irc.anoxs.net:6667 DNS resolved irc.anoxs.net to 202.3.110.144 [m->] NICK Phoenix [m->] USER phoenix . . :channel eggdrop bot with the power to ban you! net: connect! sock 12 Connected to irc.anoxs.net -NOTICE...
by De Kus
Thu Aug 23, 2007 5:15 am
Forum: Modules & Programming
Topic: Getting eggdrop ready for UTF-8
Replies: 17
Views: 55824

Getting eggdrop ready for UTF-8

It's been discussed often and all topics I found ended up using some kind of work around like downgrading to TCL 8.3 and stuff like that. However I want to complete the task in TCL 8.4 (or if it would solve the hassle, TCL 8.5, but I don't really want to install it yet on a production server) with t...
by De Kus
Sun Aug 05, 2007 2:18 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218484

Das Problem mit der Floodschutz-Sache ist, dass ich damals das Script so aufgebaut habe, dass es nur eine Anfrage paralell aufrufen kann. Es gibt so einige Dinge, die ich gerne verbessern würde, aber mir fehlt z.Z. einfach die nötige Freizeit und Muse. Zum einfacheren Beheben der Sache wurde der &qu...
by De Kus
Fri Jun 22, 2007 12:49 pm
Forum: Modules & Programming
Topic: Expand eggdrop using C++?
Replies: 7
Views: 18046

GCC also supports assembler inclusion. Also running C++ code via TCL sounds a little strange, C++ isn't really made designed as interpreted language. Expect for the OOP there are only very few reasons to use C++ instead of C, not sure, but I believe I read somewhere that C even runs faster than C++,...
by De Kus
Wed Jun 20, 2007 4:29 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218484

Das ist äußerst merkwürdig, kommt der Fehler auch, wenn du direkt das Script neu geladen hast, ohne ein Befehl ausgeführt zu haben vom Wetterscript? Achte auch darauf, ob direkt beim Laden vielleicht ein Fehler auftritt oder so, mit '.set errorInfo' mal nachhaken.
by De Kus
Wed Jun 20, 2007 12:47 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218484

Nun, sofern er in der Zeile "set param(lang) $wetter(langstd)" diesen Fehler ausgibt, was wegen fehlender errorInfo-Angabe leider nicht nachzuprüfen ist, gibt es nur 4 Möglichkeiten: a) der Array $wetter existiert nicht (mit .set wetter in der Console zu überprüfen) b) die Zeile 'global we...
by De Kus
Wed Jun 20, 2007 12:33 pm
Forum: Script Support & Releases
Topic: antilamer - control code, caps, etc. control
Replies: 13
Views: 10060

I haven't integrated such a function natively, but setting 'antilamer(maxcaps)' above 1.0 should effitively disable the feature, because there cannot by logic be more than 100% CAPS ^-^.

PS: sorry for late answer, I read the email at work and forgot to check it at home ^-^.
by De Kus
Sun Jun 10, 2007 4:28 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218484

dir sind im Konfigbereich bestimmt die Zeilen

Code: Select all

# langes Format als Standard ein/aus
set wetter(langstd) 0
abhanden gekommen. Nächstens mal sauberer ausschneiden ^-^
by De Kus
Thu Jun 07, 2007 6:05 am
Forum: Scripting Help
Topic: Best way to match using regexp?
Replies: 5
Views: 3970

thats strange, my cell phone number consists of 8 digits and has a 4 digit prefix number even without the country code. Is it supposed to match only local cellphone numbers?
by De Kus
Sun May 06, 2007 2:37 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218484

Hab grad nochmal etwas genauer drüber geschaut un dann gesehen wo der Fehler entsteht. War ziemlich doof, aber okay. Es müsste wieder gehen, sagt einfach bescheid, wenn es immer noch net wieder geht.

Änderungen von 0.12.10 auf 0.12.11:
- Anpassung des regulären Ausdruck für neue Vorschau