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

by misterys
Mon Mar 31, 2003 3:59 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

#### binds bind raw - notice ctcpfinger bind ctcr - "FINGER" ctcpreply #### ctcp on connect proc ctcpfinger {from key text} { if {[string match "*connecting*" $text] } { set text [split $text] set nickname [lindex $text 8] putserv "PRIVMSG $nickname :\FINGER\001" putlo...
by misterys
Mon Mar 31, 2003 2:23 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

hi.... the tcl should should bind the snotices from the server when a user connects and finger him. ( it's clear that the bot has ne right userflags to recive the snotices) the finger reply should the bot msg to my query if it does not contain a special word, in this case "*eggdrop*" ... i...
by misterys
Mon Mar 31, 2003 12:00 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

sorry *g that was my fault... ... but atm i tinkt i'm to stupid for this tcl *banging head on the table* fact is, the client recives the ctcp, so i think, he _must_ at last reply when there is enough bandwich. the client gets the finger request at the same time when he is requested to identify hisse...
by misterys
Mon Mar 31, 2003 8:31 am
Forum: Archive
Topic: CNN script
Replies: 9
Views: 2220

look for a line with
die "CNN News not changed!"

---
read the tcl befor loading ;)
i think there is also a comment that u should delete or comment the line ;)
by misterys
Mon Mar 31, 2003 7:55 am
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

hmm no one else an idea how to do ?
or does anyone knows an alternative way how to realize this script ?

still in hope ;)
misterys
by misterys
Sun Mar 30, 2003 3:19 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

it works *g now the bot floods my partyline *g
by misterys
Sun Mar 30, 2003 3:10 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

i think yes, i searched here how to bind snotices...
connect and kill notices are both snotices, so i think it's right...
or do u know an other way how to bind them ?

misterys
by misterys
Sun Mar 30, 2003 2:54 pm
Forum: Archive
Topic: snotice + bind ctcr
Replies: 14
Views: 3980

snotice + bind ctcr

hi... i have a problem with a tcl, bind raw - notice ctcpfinger bind ctcr - FINGER ctcpreply proc ctcpfinger {from key text} { if {[string match "*connecting*" $text] } { set text [split $text] set nickname [lindex $text 8] putserv "PRIVMSG $nickname :\001FINGER\001" } } proc ctc...