Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 38 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

38 topics matched your search by hixxy.

Pipe (|) Processing

In General IRCd Topic by Pablo Last activity Aug 7, 2010 9:07 PM

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

Mirc Accurate File Location

In mIRC tutorials Topic by Travis Last activity Nov 3, 2008 11:05 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

Mdx Button

In General IRCd Topic by Silo Last activity Aug 25, 2008 10:00 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

If (devent == Edit)

In General IRCd Topic by Silo Last activity Aug 25, 2008 2:49 AM

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

Another N00b Question From Me

In General IRCd Topic by Daniel_gr Last activity Mar 13, 2008 10:47 AM

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

Getting Info From A Text

In General IRCd Topic by Daniel_gr Last activity Jan 27, 2008 7:41 PM

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

Pinned2006 IRCX/IRCXPRO Screen shots

In General IRCX Topic by Ozzy10 Last activity Nov 11, 2007 2:25 AM

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

Close Channel Window

In General IRCX Topic by general Last activity Sep 11, 2007 7:03 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

Don't Know If That's The Proper Section, But Well..

In General IRCX Topic by [::X-System::] Last activity Sep 6, 2007 12:57 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

LockedCopmlaint Bot

In General IRCX Topic by general Last activity Sep 4, 2007 5:48 PM

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

LockedNeeds Codes

In General IRCX Topic by general Last activity Sep 3, 2007 2:40 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

$bvars Help Anyone?

In Sparkpea Chat Network Topic by Entox&#124;cated Last activity Jul 2, 2007 4:33 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

Sending A Linefeed

In Buzzen Chat Network Topic by Psych Last activity Jul 1, 2007 2:03 PM

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

Custom Theme

In General IRCX Topic by S3T Last activity Jul 1, 2007 12:46 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

Lockedusing nicks in dialogs

In General IRCX Topic by Daniel_gr Last activity Jun 20, 2007 4:59 AM

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

%# Question

In General IRCd Topic by iLia Last activity Jun 10, 2007 10:50 PM

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

Reading Closed Captioning From Cd?

In IRCd Addons Topic by Warrior124 Last activity Jun 9, 2007 4:32 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

Irc Challenge

In General IRCd Topic by Warrior124 Last activity Jun 8, 2007 5:56 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

Text Coordinates

In General IRCd Topic by Warrior124 Last activity Apr 1, 2007 3:05 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

LockedIrcx Timers

In General IRCX Topic by RiverRat Last activity Apr 1, 2007 2:14 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

Lockedquestion

In General IRCX Topic by Pyscho Last activity Apr 1, 2007 9:48 AM

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

Hotmail Checker

In MSN Addons Topic by MucH Last activity Sep 1, 2006 11:39 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

mIRC 6.2

In MSN Topic by Deanne Last activity Aug 31, 2006 12:18 PM

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

Control Panel

In General IRCd Topic by 87052402 Last activity Aug 25, 2006 9:52 PM

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

URL Based (IRC)

In General IRCd Topic by LAS Last activity Jun 26, 2006 4:14 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