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
Fri Nov 03, 2006 12:23 pm
Forum: Script Requests
Topic: Help with my join on invite and msg on join script.
Replies: 24
Views: 11330

I wonder why there is a ! in front of [validchan, try to remove it.
by De Kus
Thu Nov 02, 2006 3:52 pm
Forum: Eggdrop Help
Topic: Hub bot loses operator flag after userfile transfer
Replies: 5
Views: 3557

try to make leaf +u on hub and hub +u on leaf
by De Kus
Thu Nov 02, 2006 3:46 pm
Forum: Eggdrop Help
Topic: How can the bot IDENTIFY itself to NickServ?
Replies: 10
Views: 6624

I wonder why you send the password only when the nickserv comes online and not when you change the nick name, also I doubt the watch will do any good without beeing within the init-server proc... (unless you have a init-server bind which rehashs the bot :D)
by De Kus
Wed Nov 01, 2006 3:36 pm
Forum: Eggdrop Help
Topic: How can the bot IDENTIFY itself to NickServ?
Replies: 10
Views: 6624

On most networks running nickserv the serverpass is forwarded as nickserv password.
for handling netsplits you should consult the script archive, it holds a pretty amount of scripts dealing with nickserv. Some with more, some with less functionality and reliability.
by De Kus
Wed Nov 01, 2006 3:33 pm
Forum: Eggdrop Help
Topic: How to close chat?!
Replies: 7
Views: 4747

Keyword: LD_LIBRARY_PATH
by De Kus
Wed Nov 01, 2006 3:22 pm
Forum: Scripting Help
Topic: Object Pascal in Egddrop
Replies: 4
Views: 3409

I am sure it was simply interpreted via a threaded conventional interpreter and the output transfered via stdout.
by De Kus
Tue Oct 17, 2006 1:20 pm
Forum: Eggdrop Help
Topic: help with chmod eggdrop files and folders
Replies: 5
Views: 4279

he cant undo a chown to a diffrent username than himself without having access to the new username or root.
by De Kus
Sun Oct 01, 2006 12:56 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025287

Your TCL is broken, clock has been part of TCL since ages. I could only imaging it couldnt find time.h or something liek that.
by De Kus
Sun Oct 01, 2006 6:52 am
Forum: Scripting Help
Topic: [Solved] Love Marriage Command
Replies: 9
Views: 8656

Just go up one level up to http://www.tcl.tk/man/tcl8.4/TclCmd/contents.htm and read about split and join, I am pretty sure this is what you are looking for, although the way you wrote it, it would be impossible, because if "nick1" and "nick2" are directly concated together witho...
by De Kus
Sat Sep 30, 2006 7:05 am
Forum: Script Support & Releases
Topic: Announce: Tarot script
Replies: 10
Views: 9511

clock format is older, but the format string %s is kind of new... well tcl 8.4 isnt actually really new :D.
by De Kus
Fri Sep 29, 2006 5:19 pm
Forum: Script Requests
Topic: Help with identify nick from someone else
Replies: 6
Views: 4363

Why would your bot to encounter to have someelse nick? I suppose easiest would be to bind to nick changes into guests and check if old nick was the botnick. I would rather give my bot a registred nick... wrong I DID give my bot a registred nick, so noone can steal it from the bot :D.
by De Kus
Fri Sep 29, 2006 5:14 pm
Forum: Script Support & Releases
Topic: Announce: Tarot script
Replies: 10
Views: 9511

I just looked over the TCL man pages and it seems %s for clock came with TCL 8.4, so you are encuraged to upgrade. If not possible just remove the clock format and just make [unixtime] the seed for the "randomness".
by De Kus
Fri Sep 29, 2006 9:11 am
Forum: Script Support & Releases
Topic: Announce: Tarot script
Replies: 10
Views: 9511

You will help the author when posting the full error from errorInfo and your TCL version. If the error occurs within a format or scan it should be not bad for anything 8.x at least.
by De Kus
Thu Sep 28, 2006 10:50 am
Forum: Scripting Help
Topic: [Solved] Love Marriage Command
Replies: 9
Views: 8656

there is also a typo in the condition expression.

PS: if you used proper formating with the

Code: Select all

, missing braces would be obvious already while posting.
by De Kus
Thu Sep 28, 2006 7:49 am
Forum: Script Requests
Topic: Eggdrop as Chanserv? [SOLVED]
Replies: 9
Views: 9573

you are looking for a "public commands" script. any (normal) script containing the keyword "chanserv" will interact with a real chanserv. Btw. eggdrop contains already many features from chanserv by default, they are just extended by a password unless you install an authenticatio...