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

by snow-ball
Tue May 04, 2004 1:13 am
Forum: Archive
Topic: Somebody know any other faster method to update a file
Replies: 2
Views: 954

What do you mean by faster? Do you mean less code or less cpu? With your example, name3 was the last name. Do you always want to update only the last name? Hi My current data base have a little more of 700 lines. Is any other way to update the information more quickly ? Or my current code do a good...
by snow-ball
Mon May 03, 2004 4:10 pm
Forum: Archive
Topic: Somebody know any other faster method to update a file
Replies: 2
Views: 954

Somebody know any other faster method to update a file

Hi Any other faster method to update a file? For example i have a file to store some information like names. name1 xxx xxx name2 yyy yyy name3 zzz zzz If i want to update the name3 I use this code: set name [lindex $text 1] set update [lrange $text 2 end] file copy names.dat names.back set back [ope...
by snow-ball
Mon Feb 09, 2004 2:59 am
Forum: Archive
Topic: Periodic Anouncements
Replies: 1
Views: 739

Try
.chanset #triplethreat -statuslog
by snow-ball
Fri Sep 12, 2003 3:52 am
Forum: Archive
Topic: Sharpnet
Replies: 1
Views: 849

Hi

Channel: #Sharpnet
Network: EFNet
by snow-ball
Thu Aug 07, 2003 11:27 am
Forum: Archive
Topic: Tcl Help Question
Replies: 5
Views: 1721

caesar wrote:Consult the tcl-commands.doc file for the getchanidle and read it's coments.
Hi

But that command is for check the idle.

I am doing a stats tcl, but i dont know how to calculate how many minutes the user is in the channel.

tks for u reply
by snow-ball
Thu Aug 07, 2003 12:09 am
Forum: Archive
Topic: Tcl Help Question
Replies: 5
Views: 1721

Tcl Help Question

Hi

Any ideas how to check how many time the user is on the channel ?


thank you
by snow-ball
Mon Jun 30, 2003 1:40 am
Forum: Archive
Topic: whats this error
Replies: 0
Views: 731

whats this error

Hello

can somebody tell me how i can fix this error:


checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long), 77

OS: OpenBSD 3.2
Eggdrop: 1.6.15

Tks
by snow-ball
Sun Jun 30, 2002 9:33 pm
Forum: Archive
Topic: Help converting a mirc script to tcl...verry short script
Replies: 2
Views: 1018

Hello

Go to http://www.dawgtcl.com:81 there is a tcl called "NoTriggers" some diferent but the same purpose.

:lol:
by snow-ball
Sat Jun 22, 2002 1:55 am
Forum: Archive
Topic: what is wrong here? Please :)
Replies: 1
Views: 731

set checkchannel "#testchannel" # bind nick - * nick:change proc nick:change { nick host hand chan newnick } { global checkchannel if {$chan == $checkchannel} { putserv "kick $chan $newnick :You are Banned!!" } } Tcl error [nick:change]: called "nick:change" with too ma...
by snow-ball
Fri Jun 21, 2002 10:28 pm
Forum: Archive
Topic: Can you tell me who is the best shell
Replies: 1
Views: 905

by snow-ball
Mon May 06, 2002 12:32 am
Forum: Archive
Topic: Tcl Error
Replies: 2
Views: 917

Thank You Petersen
It work now

:smile:

<font size=-1>[ This Message was edited by: snow-ball on 2002-05-05 22:34 ]</font>
by snow-ball
Sun May 05, 2002 10:09 pm
Forum: Archive
Topic: Tcl Error
Replies: 2
Views: 917

Hi can somebody help me? I am using irco-psybnc.tcl Eggdrop: 1.6.7 I have the folling error when the bot connect > [16:56] -Welcome (psyBNC@lam3rz.de)- psyBNC2.3 > [16:56] TCL error [psybnc]: called "psybnc" with too many arguments > [16:56] --psyBNC (psyBNC@lam3rz.de)- Your IRC Client did...
by snow-ball
Sun Mar 17, 2002 5:37 pm
Forum: Archive
Topic: A SHELL ACCEPT WESTERN UNION TRANSFERS
Replies: 5
Views: 1610

by snow-ball
Mon Feb 25, 2002 5:57 pm
Forum: Archive
Topic: autolog1.23-strolchi.tcl
Replies: 3
Views: 804

Thank you.. for you help :smile:
by snow-ball
Sun Feb 24, 2002 9:47 pm
Forum: Archive
Topic: autolog1.23-strolchi.tcl
Replies: 3
Views: 804

Hello can any one help me with it? I getting the following error Tcl error [pub_sendfile]: can't read "stlchan": no such variable proc pub_sendfile {nick uhost hand chan arg} { global sendfile_path stlchan autolog_exempt autolog_file if {$autolog_exempt != "" && [lsearch ...