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

by Squirre1
Fri May 23, 2003 4:11 pm
Forum: Archive
Topic: Speedup of printout
Replies: 13
Views: 3396

This was the miracle line....

set args [lrange $choice 1 end] ; set choice [lindex $choice 0]
by Squirre1
Fri May 23, 2003 12:53 pm
Forum: Archive
Topic: Speedup of printout
Replies: 13
Views: 3396

well the ident-timeout is set to 2, but it is in relation with this script and this script was associated with this thread by a previous post.. This is jsut an expansion of that script... Procs triggered by a connection put under 'control' are called with two arguments, the first is the idx of the c...
by Squirre1
Fri May 23, 2003 12:27 pm
Forum: Archive
Topic: Speedup of printout
Replies: 13
Views: 3396

How can this code be modified to accept a variable after the menu selection? Specifically number 2.. I want a user to be able to type in a variable after there selection so we can use that to query the database... Currently when ever I try I get: 2 Squirre1 is not possible, try again Also, I get thi...
by Squirre1
Fri May 23, 2003 11:43 am
Forum: Archive
Topic: Timeout/EOF ident connection
Replies: 3
Views: 1721

This may belong in the modules forum but not have multiple timeouts... does it say that anywhere in my post... I think not... I want the Timeouts to process quicker so there is a smaller pause from the time they dcc to the time they get text back from the bot I think I posted it here in case someone...
by Squirre1
Fri May 23, 2003 6:54 am
Forum: Archive
Topic: Timeout/EOF ident connection
Replies: 3
Views: 1721

Timeout/EOF ident connection

How do I get rid of the timeout entries or at least speed up the timeout... And please do not tell me to adjust the ident-timeout and the connect-timeout and the resolve-timeout values... I have take all of them as far down as 1 with no good success on a consistent connection time. It usually pauses...
by Squirre1
Fri May 23, 2003 5:03 am
Forum: Archive
Topic: "Eating" duplicate lines & putquick is slow
Replies: 5
Views: 3039

Actually below is the correct code set text "PRIVMSG nick :This is a test" putdccraw 0 [string length $text] $text The string size has to be defined before the text... But anyway.. This still does not work.. It only pipes out about 6 lines and then goes to being controlled by the queue aga...
by Squirre1
Sun Jul 21, 2002 2:45 pm
Forum: Archive
Topic: Good Whois and seen scripts...
Replies: 4
Views: 1188

I was using the default seen module in eggdrop... bseen is a little better... What about a good info/whois script for a channel....
by Squirre1
Sun Jul 21, 2002 2:18 pm
Forum: Archive
Topic: Game Server Query Script
Replies: 16
Views: 5130

I found the .qstat files in the 1.0 release but I am still receiving the error in the previous post....
by Squirre1
Sun Jul 21, 2002 1:46 pm
Forum: Archive
Topic: Game Server Query Script
Replies: 16
Views: 5130

Does anyone have the *.qstat files aka. the templates...

When I try to do the query, it just returns this error...
[12:49] Tcl error [hls]: couldn't duplicate input handle: bad file number
by Squirre1
Fri Jul 19, 2002 10:00 am
Forum: Archive
Topic: Good Whois and seen scripts...
Replies: 4
Views: 1188

If I remember correctly though that does not give idle time it just says "they are right here...."
by Squirre1
Thu Jul 18, 2002 3:25 pm
Forum: Archive
Topic: Game Server Query Script
Replies: 16
Views: 5130

GodOfSuicide wrote:just get back to 1.5 and modify it..

look @ daddelgott in #pmp @ qnet
Once Again where is 1.5....
by Squirre1
Thu Jul 18, 2002 12:18 pm
Forum: Archive
Topic: IRC commands after bot connects...
Replies: 5
Views: 1506

Can you use that multiple times...
for ex.

set init-server {putserv "MODE $botnick +i-ws"}
set init-server {putserv "PRIVMSG AuthServ etc.."}
set init-server {putserv "PRIVMSG ChanServ etc.."}
by Squirre1
Thu Jul 18, 2002 11:43 am
Forum: Archive
Topic: Game Server Query Script
Replies: 16
Views: 5130

You say you have qstat4eggdrop 1.5...

I am only finding 1.0..

If you have a newer version can you post a link to it. That would be greatly appreciated...
by Squirre1
Thu Jul 18, 2002 11:21 am
Forum: Archive
Topic: Good Whois and seen scripts...
Replies: 4
Views: 1188

Good Whois and seen scripts...

I am looking for a good whois script for our channel that when someone does a whois or a info on a user it returns that users information.

Also, I was hoping to find a seen script that not only tells you where or when a user has been online but maybe how long they have been idle...

TIA
by Squirre1
Thu Jul 18, 2002 11:07 am
Forum: Archive
Topic: IRC commands after bot connects...
Replies: 5
Views: 1506

IRC commands after bot connects...

I connect my bot to a server that has some hellish commands to authenticate and other BS.. Is there a script or just any other way I can force my bot to run PRIVMSGs after a successful connection to a server.