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

by Syntax
Mon Mar 15, 2004 1:59 pm
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

dcc chat
i try to run the proc mannually too and still same error
.tcl identify_notc

but all i get is that tcl error message
by Syntax
Mon Mar 15, 2004 1:45 pm
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

gah still
Tcl error: wrong # args: should be "identify_notc nick host hand text dest"

Tcl version: 8.4.2 (header version 8.4.2)
running eggdrop v1.6.15
by Syntax
Mon Mar 15, 2004 9:35 am
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

Tcl error: wrong # args: should be "identify_notc nick uh hand text dest"
by Syntax
Mon Mar 15, 2004 8:42 am
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

bind notc - "*This nickname is registered and protected*" identify_notc
by Syntax
Mon Mar 15, 2004 7:20 am
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

Nope still refuses to work
by Syntax
Mon Mar 15, 2004 6:49 am
Forum: Archive
Topic: tcl script that refuses to work
Replies: 11
Views: 1943

tcl script that refuses to work

proc identify_notc { nick uh hand text } { global botnick nickserv identcmd identpass if {[string match [string tolower $nick] [string tolower $nickserv]]} { putserv "PRIVMSG $nickserv :$identcmd $identpass" putlog "Identifying: $nickserv (as $botnick)" } } it refuses to work al...
by Syntax
Tue Oct 07, 2003 3:45 am
Forum: Archive
Topic: download website
Replies: 9
Views: 4934

You are speaking japanese now or something?

i don't understand anything u just wrote..
=)
by Syntax
Mon Oct 06, 2003 3:25 am
Forum: Archive
Topic: download website
Replies: 9
Views: 4934

Well i kinda solved it bind time - "02 00 00 00 2003" test proc getnews { minute hour day month year } { exec lynx -dump http://domain/index.html > file.txt } now i just got to parse the text any good ways of doing this? the timer dossn't quite work and if i try to exec the proc getnews i ...
by Syntax
Sun Oct 05, 2003 6:13 pm
Forum: Archive
Topic: download website
Replies: 9
Views: 4934

download website

someone who can help me make a script thats downloads a website to a file and updates it every 2 min

i would be very gratefull for any help that anyone can give me.
by Syntax
Sun Oct 05, 2003 2:39 pm
Forum: Archive
Topic: Parsing HTML
Replies: 13
Views: 5606

Are there any good tutorials on the subject parsing files/html
???
if there is i would reallt like an url.
or if someone could help me that would be good too.
prefrably real time like chat on ICQ or IRC..