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.

I need script or example of recived file

Old posts that have not been replied to for several years.
Locked
C
Careto
Voice
Posts: 11
Joined: Tue Mar 02, 2004 1:33 pm

I need script or example of recived file

Post by Careto »

Hello, I need script or example that says in a channel nick to me, name of the received file, since I modulate transfer.so comes with its commando predefined when receiving sends notice to nick.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Interesting interpretation of the english language.
Q
QKill
Voice
Posts: 6
Joined: Mon Aug 09, 2004 9:09 am
Location: Stockholm, Sweden
Contact:

Script variables

Post by QKill »

Sorry.. my fault. It should have been a new thread.

// QKill
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Just a wild guess

Post by user »

Careto wrote:Hello, I need script or example that says in a channel nick to me, name of the received file, since I modulate transfer.so comes with its commando predefined when receiving sends notice to nick.
I don't know what you're trying to say, but this might be what you're after...

Code: Select all

bind rcvd - * gotCrap
proc gotCrap {h n f} {puthelp "PRIVMSG target :$n ($h) just uploaded $f"}
Have you ever read "The Manual"?
C
Careto
Voice
Posts: 11
Joined: Tue Mar 02, 2004 1:33 pm

Post by Careto »

thank user. I feel my writing in English.

How I can put that it says the IP to me of the person who sends the DCC to me for a system of log?
Locked