mIRC Home    About    Download    Register    News    Help

Print Thread
#135583 14/11/05 12:39 AM
Joined: Jun 2005
Posts: 2
M
McPOGO Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Jun 2005
Posts: 2
Hi, can anyone help me with a script that given a name it will request a pack off of him?

I have this little script but dunno whats wrong with it:

on *:notify:{
if ($nick == [WV]-CS-FillMe11 )
{
/msg $nick xdcc send #1
}
}

because it gives me thi error:

* /if: insufficient parameters (line 2, script1.ini)

any help will be appreciated

#135584 14/11/05 02:36 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The only thing that I can think of is that you hit one of the times when spacing is important in the script.

Try
Code:
on *:notify:{
if ($nick ==  [WV]-CS-FillMe11) {
/msg $nick xdcc send #1
}
}
 

#135585 16/11/05 06:17 PM
Joined: Nov 2004
Posts: 148
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2004
Posts: 148
I think that Warez are not allowed in this forum....


[WV]-CS-FillMe11???? /msg $nick xdcc send #1 ?????

Don't try to claim that the files that you try to get are legal frown frown

RusselB, you already have lots of posts, so I guess that you know the rules and know that mIRC isn't a file sharing program. If the other guy wants to get files then tell hime to use BT, Emule and other stuff, but just don't help him with a script which all it purpose is to send a message to a XDCC bot as soon as it goes back online ... frown


Link Copied to Clipboard