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

by Garby
Thu Jun 16, 2005 4:54 pm
Forum: Archive
Topic: Problem with binds
Replies: 5
Views: 2273

oh yeah lol, sorry for bothering you :s and thank you :)
by Garby
Thu Jun 16, 2005 3:29 pm
Forum: Archive
Topic: Problem with binds
Replies: 5
Views: 2273

Here is the code:

Code: Select all

bind pub - !results pub_results

### !results [arg]

proc pub_results {nick host hand chan arg} {
  dccsend indexes/$arg.tar $nick
  }
  return 0
}
by Garby
Thu Jun 16, 2005 1:40 pm
Forum: Archive
Topic: Problem with binds
Replies: 5
Views: 2273

Problem with binds

Why is it that everytime i try to add a second bind command to my script, it ends up in a Tcl error [pub_results]: invalid command name "pub_results" ?

(pub_results being my second bind)
by Garby
Thu Jun 16, 2005 12:37 pm
Forum: Archive
Topic: sending a specific file
Replies: 2
Views: 1640

worked fine with "indexes/index_$arg." Thank you very much :) .
by Garby
Thu Jun 16, 2005 12:10 pm
Forum: Archive
Topic: sending a specific file
Replies: 2
Views: 1640

sending a specific file

Hello, I'd like my windrop to send a specific file on a given command. Like someone type !send whatever.txt, and the bot will send the specified file. (All the files starting with "index_", it would be index_whatever.txt here) I tried "dccsend c:/windrop/indexes/index_$arg.txt Nicknam...