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

by DarkJFMan
Mon Jun 13, 2005 5:03 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

With the help of the tutorial... # egghttp_example.tcl # Config set url "http://www.tclscript.com/scripts.shtml" set dcctrigger "example" # End of config if {![info exists egghttp(version)]} { putlog "egghttp.tcl was NOT successfully loaded." putlog "egghttp_exampl...
by DarkJFMan
Mon Jun 13, 2005 3:55 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

The reason I wasn't able to get what you mean by the script you gave me, because you were thinking of a different thing, the script I have in mind isn't where it looks at each line to increase the value of $total, I'm really sorry to bother you, but the script I'm looking at is almost close to a goo...
by DarkJFMan
Mon Jun 13, 2005 3:38 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

For the example I'm using with website http://www.tclscript.com/scripts.shtml if you scroll to bottom you see " [ Total Projects: 35 ]". So I'm trying to make my bot say: "There are total of 35 projects. Of course 35 will be update with the site, if you get what I mean, so later if th...
by DarkJFMan
Mon Jun 13, 2005 3:22 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

I'm appreciating your help, the thing is I search "parse html" I wasn't able to find something on this forum, do you have a link where i could find how I can finish the script, I'm not asking you to make it, I just need few more hints. The thing is, I have my script in mIRC and it works fi...
by DarkJFMan
Sun Jun 12, 2005 11:55 pm
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

Thanks a lot for your reply demond but I got this for error
[22:53] Tcl error [aproc]: can't read "total": no such variable
What should I set it to?
by DarkJFMan
Sun Jun 12, 2005 6:46 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3957

Small socket script

I'm just testing out socket with eggdrop, and have not been successful at all. Can someone make a script real quick or has a link to one similar where, for example: Someone types: -projects It will go to http://www.tclscript.com/scripts.shtml and get how many Total Projects there is. I have egghttp....
by DarkJFMan
Fri Jun 10, 2005 7:41 pm
Forum: Archive
Topic: Stuck at ./configure command
Replies: 1
Views: 1440

Stuck at ./configure command

When I type ./configure, I get this error

checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check


Anyone know what does it mean?
by DarkJFMan
Thu Oct 14, 2004 10:35 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

How can I clear a file, in the TCL faq it said how to delete the last line, how about if i want to clear it
by DarkJFMan
Thu Oct 14, 2004 8:52 pm
Forum: Archive
Topic: why isn't this working?
Replies: 7
Views: 2250

Re: why isn't this working?

bind raw - "NOTICE" intro set intro "being" set intro1 "introduced" proc intro {from keyword arg} { global intro intro1 if {[string match *$intro* $arg]} { if {[string match *$intro1* $arg]} { putserv "PRIVMSG #sysops :SRV_INTRODUCED! [strftime \[%H:%M\]] $arg"...
by DarkJFMan
Thu Oct 14, 2004 8:49 pm
Forum: Archive
Topic: I need a IP-logging script
Replies: 19
Views: 5180

Re: Weird request

I'm looking for a script for my eggdrop that does this: When someone joins a channel the bot finds their IP and saves it in a file together with $date $time and the users $nick. The ip and userinfo is to be saved in #channel.mrc - different channels must be saved in different files! I'm just asking...
by DarkJFMan
Thu Oct 14, 2004 6:15 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

then it's putdcc. and if i want to read all the lines from a text do i need loop?
by DarkJFMan
Thu Oct 14, 2004 6:09 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

Dcc

I have never scripted using Dcc I'm trying to bind something in order for bot to send me the whole file through dcc chat to me. Now got a couple of question should i make it loop the whole file then send me what's inside it or... easier way. PRIVMSG is for channel msging for Dcc should i use putdcc ...
by DarkJFMan
Thu Oct 14, 2004 5:48 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

Yes got it, ty, I needed to have lrange instead of lindex. Now i understand the difference betwee the 2.
by DarkJFMan
Thu Oct 14, 2004 5:27 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

I really need to know how to fix it. Can you tell me how please.
by DarkJFMan
Thu Oct 14, 2004 5:09 pm
Forum: Archive
Topic: file reading
Replies: 14
Views: 3697

[15:09] Tcl error [msg:ads]: wrong # args: should be "lindex list index"


I put

proc msg:ads {lindex list index} {

but...

[15:09] Tcl error [msg:ads]: called "msg:ads" with too many arguments