38 topics matched your search
by hixxy.
with $(|) no comma is necessary since the evaluation of '|' simply does nothing. You're right, $!(|) works fine The only reason for $! in a timer is to evaluate when the timer starts, not when it goes off. $chr(124) will always be ev...
Matching post #77,323 · by hixxy · Aug 7, 2010 7:18 PM
Perhaps vista is stricter then, but this is also the way things should've been done on XP and earlier OS's as well.
Matching post #64,871 · by hixxy · Aug 1, 2008 6:40 PM
For starters, $dname only works in a dialog event. Not in a lone alias like your update alias. When correcting people you should make sure that you're correct first. Identifiers like $nick, $chan, $dname, $did, etc, are passed on to...
Matching post #65,813 · by hixxy · Aug 24, 2008 3:12 PM
The problem with your $iif() statement is that you have closed the bracket too early: did $iif($did(96).text) == $null,-b,-e) $dname 97 I have highlighted the brackets in different colours so you can see which ones are matching brack...
Matching post #65,814 · by hixxy · Aug 24, 2008 3:19 PM
you need to use the $chr for [ and ] if ($chr(91) $+ * $+ $chr(93) iswm $1-) etc No you don't. //if ([*] iswm [x]) { echo -a WEJKDIKSDJH }
Matching post #60,451 · by hixxy · Feb 24, 2008 3:02 AM
Seeing as they both have a common message in the kicks ("Banned for <time>") you could always try this. on !*:kick:#:{ if ($knick == $me) && ($regex($1-,/banned for (\d++)(?= |$)/i)) { .timer 1 $regml(1) join $chan } }
Matching post #59,776 · by hixxy · Jan 27, 2008 7:41 PM
Just a basic channel lister for ChatsUSA.. (Click to enlarge) Edit: oh great.. I had a certain option set in mIRC which hid non-text channels so I thought you couldn't get the list via /list, so I made a lister that parses the website
Matching post #31,931 · by hixxy · Jan 26, 2006 2:52 PM
There's no reason why it should be staying open, but your code is a bit yuck. The way you've written it will trigger the script if somebody types !joins or !parts. I'd use something like this instead: on admin:text:!join ?*:#: join % $...
Matching post #57,029 · by hixxy · Sep 10, 2007 9:48 AM
but - as usual - it doesn't align the codelines like mirc does -.- What do you mean? a { b { c } } Becomes: a { b { c } } When you hit the "{ }" button. What else are you talking about?
Matching post #56,943 · by hixxy · Sep 6, 2007 12:57 AM
One another thing i need to know.... suppose there is a .txt or .ini file in script folder... and there are multi lines in it...which can may poetry,jokes or anyother stuff... how wud script read every line from specified file on comman...
Matching post #56,912 · by hixxy · Sep 3, 2007 2:45 PM
well at least now you know you could use on me:JOIN:#: { } to trigger the code only when you join No you can't. "me:" is an event prefix (much like !, & and ^), not a user level, so you would have to use this: on me:*:join:#:{ } H...
Matching post #56,911 · by hixxy · Sep 3, 2007 2:40 PM
Perhaps the line doesn't end in a CRLF, which would cause no bytes to be read into &x. Try using sockread -fn instead. What The Gate Keeper recommended should stop the error, but it might mean that you miss data. TGK: Fyi, you could...
Matching post #55,471 · by hixxy · Jul 1, 2007 11:38 AM
Wrong. What you need to do is this: "PRIVMSG %#TESTROOM :S Tahoma;0 First Line" & Chr(239) & "Second Line" He is not wanting to send a crlf, but rather to make the next line appear on a new line in an msn web chatroom. I see, wel...
Matching post #55,470 · by hixxy · Jul 1, 2007 11:32 AM
Ok, so, I'm a bit confused on what your saying. If I had a code on ^*:TEXT:*:#:[ tokenize 32 $vstrip($1-) echo $chan $nick : $1- haltdef } and I wanted to halt incoming text, I could put it between tokenize and echo? The way I was always...
Matching post #55,430 · by hixxy · Jun 30, 2007 8:03 PM
Yes, it's possible, but you'll have to edit one of the mIRC options and use something like the following code: on *:dialog:info:init:*:{ ; Add the nick information into the dialog controls here. $snick($active,1) is the first selected...
Matching post #31,262 · by hixxy · Jan 7, 2006 8:02 AM
I am speaking from experience with MSN and an empty mIRC. I had weird errors of no channel and such. When I traced it back it turned out that mIRC was dropping the channel name. When I removed the % it worked fine. Then I looked in Nucle...
Matching post #54,792 · by hixxy · Jun 9, 2007 7:36 PM
The windows media player object model has functions to do with closedcaptioning. I never knew what closed captioning was so I never took a look at it, but you understand how to use $com it might be worth taking a look at the object model...
Matching post #54,773 · by hixxy · Jun 8, 2007 5:59 PM
Cheers That was the 151 byte version though. I think more people would've entered if they knew how to translate the text. Don't let it put you off trying more
Matching post #54,771 · by hixxy · Jun 8, 2007 5:56 PM
You can return how many lines are in the window though $line(@windowname,0) That's not what I meant. I meant that let's say you scroll halfway down a buffer, so the 50th line in the buffer is now the first visible line in the box. Ther...
Matching post #52,444 · by hixxy · Apr 1, 2007 3:05 PM
Ive used aliases fine with timers. .timer $+ $chan 1 42 doit $nick $chan alias doit { if ($1 ison $2) kick $2 $1 you have been pwned by $me } That's fine, but he said the channels start with a %. Timers evaluate things twice so mIR...
Matching post #52,441 · by hixxy · Apr 1, 2007 2:14 PM
Theoretically, yes it should but every time I've tried to use $regml(name,N) with N as any number apart from 0, it's blank (0 does count all matches though). I've tried this little test several times, editing it each time but to no ava...
Matching post #52,425 · by hixxy · Mar 31, 2007 10:52 PM
Which way did you use Ozzy? As far as I'm aware hotmail's SMTP and POP3 servers are only available to paying users. I wanted this to work for free and paying. Besides that, I was dabbling with the MSN messenger protocol again and thought...
Matching post #43,241 · by hixxy · Sep 1, 2006 8:06 AM
i wonder who tests mIRC for Khaleed and how hard do they test it ... i mean come on .. IFP bugs are reasons to why people disconnect most of the time "Software caused connection failure" or something that is always the reason to why i fl...
Matching post #43,202 · by hixxy · Aug 31, 2006 2:13 AM
mirc isnt an unlimited code source there's many ways and styles of coding it but the library is limited, chances are globally someone at some stage has the same code as another person without knowledge of it because they've both coded it...
Matching post #43,021 · by hixxy · Aug 25, 2006 9:52 PM
You can use the on hotlink event to catch dclicks on URLs.
Matching post #33,796 · by hixxy · Mar 14, 2006 5:12 PM