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 Nov 26, 2006 6:25 pm
Forum: Eggdrop Help
Topic: bot keeps removing all bans and exempts
Replies: 7
Views: 6761

I wonder if he set them via editing the config file or via paryline or via editing chanfile and reloading them.
also checking the bounce setting to bounce server bans and adding chanserv with userflag +e might be a wise idea.
by De Kus
Sun Nov 26, 2006 11:07 am
Forum: Scripting Help
Topic: convert time output
Replies: 14
Views: 8047

I was only refering to the second line. does he actually need time scanning from string? I thought he already has a unix time stamp in a variable...
by De Kus
Thu Nov 23, 2006 3:49 pm
Forum: Eggdrop Help
Topic: compiler cannot create executables
Replies: 3
Views: 4904

sometimes asking them about enabling gcc helps. You could try to ls to see if there is a special group which is allowed to compile.
by De Kus
Thu Nov 23, 2006 3:41 pm
Forum: Scripting Help
Topic: White lines in textfile after write
Replies: 4
Views: 3206

wouldnt just proc save:deaud {} { set a [open "deaud.txt" w] puts -nonewline $a [join $::deauds \n] close $a } do the trick? PS: I would move "[close $file]" to the next line and remove [] braces. close is not suposed to return anything but an empty string, but I still wouldn't a...
by De Kus
Thu Nov 23, 2006 2:48 pm
Forum: Scripting Help
Topic: convert time output
Replies: 14
Views: 8047

read that topic: http://forum.egghelp.org/viewtopic.php?t=12721
just switch places of the variable and [unixtime], since we want to know long it is ago instead of how long it will be :D
by De Kus
Fri Nov 17, 2006 8:54 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293393

the script missing URL character conversion... !google 13:48 <+ultra> Hi everybody leads to [12:50:12] #De_Kus# set errorInfo Currently: Illegal characters in URL path Currently: while executing Currently: "::http::geturl $query -timeout [expr 1000 * 10]" Currently: (procedure "fetch_...
by De Kus
Tue Nov 14, 2006 7:31 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293393

its a nasty hack, but I can confirm it fixing the issue.
by De Kus
Fri Nov 10, 2006 6:23 pm
Forum: Script Support & Releases
Topic: scripts/botchk says, ....conf: Permission denied
Replies: 3
Views: 4616

"man chmod" should enlighten you.
by De Kus
Fri Nov 10, 2006 5:29 pm
Forum: Script Support & Releases
Topic: Timebomb.tcl - make it better ?
Replies: 2
Views: 3723

Search the script for "matchattr" and read the tcl-commands as well the help for userflags or partyline help for whois.

GER: Falls du kein Englisch kannst, solltest du wenigtens im Thread angeben, dass er kein Englisch enthällt.
by De Kus
Thu Nov 09, 2006 3:16 pm
Forum: Eggdrop Help
Topic: MySQL instead of Eggdrops userfile?
Replies: 19
Views: 11586

I would suggest doing either timed exports to mysql or drop it at all. for updates you can connect to the bot via telnet either as user or as bot, for the later one you could request to download current zipped userfile.
by De Kus
Thu Nov 09, 2006 2:47 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293393

Is it possible to skip subresults?
example:
http://www.google.de/search?q=incith
the script prints the subresult as the second result instead of the true second result.
btw. I am using v1.8.4.
by De Kus
Sat Nov 04, 2006 4:03 am
Forum: Eggdrop Help
Topic: Hub bot loses operator flag after userfile transfer
Replies: 5
Views: 3558

Are you running any script that uses the botnet?
by De Kus
Sat Nov 04, 2006 4:00 am
Forum: Script Requests
Topic: Echo Nickname Channel Text from one Server to another Server
Replies: 2
Views: 2522

I beleave the keyword is "relay" script.
by De Kus
Fri Nov 03, 2006 12:56 pm
Forum: Eggdrop Help
Topic: How can the bot IDENTIFY itself to NickServ?
Replies: 10
Views: 6627

netstrider wrote:Thanks, but where exactly do I add that? in the .chan file or what :arrow: ? Thanks in advance
while you could add it there, you really should add it at the proper section in the eggdrop.conf.
by De Kus
Fri Nov 03, 2006 12:53 pm
Forum: Eggdrop Help
Topic: have eggdrop 1.6.18 ipv6 support?
Replies: 8
Views: 6640

It has never been a module, and it was removed for reasons mentioned ealier in this thread.