Top

Comments

  (61)  RSS
hixxy's
hm2k
Comments: 1
 
mIRC Snippet:  /exec
Posted on May 23, 2008 8:17 am
I was trying this out and couldn't get it to work correctly, here's a test based on your example...

Code:

alias testexec {
  var %var = exec VBScript $crlf $&
    While MsgBox("Do you like my snippet?", vbYesNo) <> vbYes $crlf $&
    Wend
  echo -a $exec(VBScript, %var)
}


All i'm getting is
* /echo: insufficient parameters (line 5, script1.mrc)

I suspect something is wrong, but I can't work it out, you should really provide a working example...
Joshuaxiong1
Comments: 105
 
mIRC Snippet:  Clones on join
Posted on Oct 8, 2007 2:45 am
HUm it just say clone (1) then clone (2) Which is kinda ok I say.
hixxy
Comments: 28
 
mIRC Snippet:  Download files
Posted on Sep 16, 2007 12:10 pm
I posted the script back in 2005/06, but I don't want it on here anymore because I rarely script and I get a lot of spam from my email address being published on these kind of websites.. guess we can't delete our own scripts on here though.
F*U*R*B*Y*
Comments: 592
 
mIRC Snippet:  Download files
Posted on Sep 16, 2007 4:53 am
Gummo, ever thought the snippet was posted, but maybe he found a flaw and thought rather share it on to delete it, there are many reasons why he could of done it, so don't jump to conclusions
Gummo
Comments: 148
 
mIRC Snippet:  Download files
Posted on Sep 16, 2007 3:00 am
Don't post a script if you're going to try to delete it.
stargazer989
Comments: 31
 
mIRC Snippet:  Download files
Posted on Sep 15, 2007 9:44 pm
Wait, wheres the script ?
hixxy
Comments: 28
 
mIRC Snippet:  Findu
Posted on Sep 13, 2007 6:32 pm
Found hixxy on irc.swiftirc.net
hixxy in channels '@#hixxytest' on irc.swiftirc.net

How are you using the command?
Creamlistner
Comments: 6
 
mIRC Snippet:  Findu
Posted on Sep 5, 2007 9:32 pm
It connects but no reply?
I'm running It on irc.swiftirc.net
Do let me know!
thennottotorator
Comments: 4
 
mIRC Snippet:  Hotmail checker
Posted on Sep 23, 2006 6:08 pm
im new bye bye
hixxy
Comments: 28
 
mIRC Snippet:  Findu
Posted on Sep 13, 2006 4:49 am
Hehe thanks. I might add an interface, but I'll make it optional.
LIQUID_NiTrO
Comments: 113
 
mIRC Snippet:  Findu
Posted on Sep 11, 2006 9:38 pm
Btw, you've earned the first 10 I've ever given for a snippet score. Sorry for double post but just thought I'd throw that in ^_^
LIQUID_NiTrO
Comments: 113
 
mIRC Snippet:  Findu
Posted on Sep 11, 2006 9:36 pm
Excellent idea and very well-coded.
I'd love to see some dialogs or interface added and it turned into an addon... :D
hixxy
Comments: 28
 
mIRC Snippet:  Download files
Posted on Aug 25, 2006 3:53 pm
Find out if it does and then post back. Download it to somewhere you'll remember.

If it doesn't download tell me the URL of the file you're trying to download and your mIRC version please.
Freckle
Comments: 36
 
mIRC Snippet:  Download files
Posted on Aug 25, 2006 7:38 am
I dont think so
hixxy
Comments: 28
 
mIRC Snippet:  Download files
Posted on Aug 25, 2006 6:30 am
Did it not download the file?
Freckle
Comments: 36
 
mIRC Snippet:  Download files
Posted on Aug 25, 2006 3:42 am
it only says /download: downloading *********************************** to test
Freckle
Comments: 36
 
mIRC Snippet:  Download files
Posted on Aug 25, 2006 3:32 am
awesome hixxy
hixxy
Comments: 28
 
mIRC Snippet:  Download files
Posted on Aug 22, 2006 6:22 pm
Now lets you download from FTP servers.
Fixed a bug where the script would try to use /noop if you were using a version earlier than 6.17. Now uses /!.echo -q
hixxy
Comments: 28
 
mIRC Snippet:  Download files
Posted on Aug 22, 2006 10:46 am
FTP is a completely different protocol to FTP. This is for HTTP downloads only.
Bigmomma
Comments: 30
 
mIRC Snippet:  Download files
Posted on Aug 22, 2006 2:44 am
I use an FTP with my update system:

if (http:* !iswm $2) || (ftp:* !iswm $2) { raisemessage -e * /download: Invalid URL }

Still no worky
1 2 3 4 Next
Bottom