Discussion:
Is there any way to automatically /dcc someone my pic when they query me with "pic?"
(too old to reply)
Mark
2003-08-01 00:28:34 UTC
Permalink
This is what I have in my Remotes:

on *:text:*pic*:*:/dcc send "C:\Media\Photo\Image001.jpg"

But I get the message: * /dcc: insufficient parameters (line 110,
dcc.mrc)

So I unloaded the dcc.mrc (which is part of Peace and Protection) and
tried again.

Now I get: * /dcc: insufficient parameters

What am I doing wrong? Also, is there anyway to make it so it works
ONLY during a private message (or query) and not on the main channel?

Thanks!
David
2003-08-01 11:27:41 UTC
Permalink
Post by Mark
on *:text:*pic*:*:/dcc send "C:\Media\Photo\Image001.jpg"
But I get the message: * /dcc: insufficient parameters (line 110,
dcc.mrc)
So I unloaded the dcc.mrc (which is part of Peace and Protection) and
tried again.
Now I get: * /dcc: insufficient parameters
What am I doing wrong? Also, is there anyway to make it so it works
ONLY during a private message (or query) and not on the main channel?
Thanks!
on *:text:pic:?: dcc send $$1 C:\Media\Photo\Image001.jpg

works out to :pic: = no other characters in the message
and :?: = private message only

your insufficient parameters error was that you didn't specify where
to send it to ( $$1 )
Mark
2003-08-01 22:04:00 UTC
Permalink
Thanks for your reply.
Your modification is getting me closer, however this is the error
message I received:

Removed 1 pending send(s) from DCC Queue to pic? (no such user)
[pic] No such user

Somehow it is interpreting the word "pic" as a User.
Post by David
Post by Mark
on *:text:*pic*:*:/dcc send "C:\Media\Photo\Image001.jpg"
But I get the message: * /dcc: insufficient parameters (line 110,
dcc.mrc)
So I unloaded the dcc.mrc (which is part of Peace and Protection) and
tried again.
Now I get: * /dcc: insufficient parameters
What am I doing wrong? Also, is there anyway to make it so it works
ONLY during a private message (or query) and not on the main channel?
Thanks!
on *:text:pic:?: dcc send $$1 C:\Media\Photo\Image001.jpg
works out to :pic: = no other characters in the message
and :?: = private message only
your insufficient parameters error was that you didn't specify where
to send it to ( $$1 )
Tanguero
2003-08-02 07:56:32 UTC
Permalink
Try this one on ur remotes,

on 1:text:*pic*:?:/dcc send $nick C:\Media\Photo\Image001.jpg

Note: *pic* is not the best trigger cos it will react to anythingPICanything
(Ex: piccadilly, picachu, epica etc etc)
Post by Mark
on *:text:*pic*:*:/dcc send "C:\Media\Photo\Image001.jpg"
But I get the message: * /dcc: insufficient parameters (line 110,
dcc.mrc)
So I unloaded the dcc.mrc (which is part of Peace and Protection) and
tried again.
Now I get: * /dcc: insufficient parameters
What am I doing wrong? Also, is there anyway to make it so it works
ONLY during a private message (or query) and not on the main channel?
Thanks!
.
2003-08-04 02:46:34 UTC
Permalink
on *:text:*pic*:*:/dcc send $nick "C:\Media\Photo\Image001.jpg"

it helps to add the nick in there you know..




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
Mark
2003-08-04 22:41:21 UTC
Permalink
YAY it works...

But is there anyway to modify it so that it only does it within a private message?
Post by .
on *:text:*pic*:*:/dcc send $nick "C:\Media\Photo\Image001.jpg"
it helps to add the nick in there you know..
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
Loading...