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.

Lockedban lister

In General IRCd Topic by Jagie Last activity Jun 26, 2006 6:15 AM

Then you're not using an IRC compliant server, so none of us can help you anyway.

Matching post #33,817 by hixxy Mar 15, 2006 1:13 PM

LockedOS detection

In General IRCd Topic by 87052402 Last activity Jun 26, 2006 6:01 AM

why would you want to trick it?   You could easily trick it inadvertedly.

Matching post #33,889 by hixxy Mar 17, 2006 1:06 AM

hos.dll

In General IRCd Topic by Warrior124 Last activity Jun 16, 2006 1:40 PM

All I'm saying is that randomly moving files around in a program/script install directory is asking for trouble. If it breaks, that's the fault and problem of the user that moved said files around, not the author of the script that would...

Matching post #33,826 by hixxy Mar 15, 2006 4:07 PM

Sockbot(debate)

In General IRCd Topic by LAS Last activity Apr 11, 2006 11:39 PM

ytou got to also ask yourself why you feel the need for a sock bot when there is no real need for one and it will just be abused by idiots. If its for ircd then you dont need one as there is no real speed improvement over using mirc as i...

Matching post #33,751 by hixxy Mar 13, 2006 10:26 AM

Room Lister

In General IRCX Topic by maria Last activity Mar 31, 2006 6:11 PM

You can't. A workaround is to hide the window when it opens (start of list raw) with /window -h and close it when the list finishes (end of list raw) with /close or /window -c. The window name is "channels list" (including the quotes)

Matching post #34,507 by hixxy Mar 31, 2006 7:29 AM

Find option

In General IRCd Topic by B-RiZzY Last activity Mar 14, 2006 5:09 PM

on *:text:@find *:*:{ set %nick $nick filter -fk <file> sendto * $+ $2-* unset %nick } alias sendto { if (%nick != $null) msg $v1 $1- }

Matching post #33,795 by hixxy Mar 14, 2006 5:09 PM

type in window

In General IRCX Topic by maria Last activity Mar 13, 2006 12:22 PM

on *:input:@wallops: wallops $1-

Matching post #33,699 by hixxy Mar 12, 2006 4:17 PM

mIRC snippet help

In General IRCX Topic by ronnie69 Last activity Mar 12, 2006 3:51 PM

Peter's is a lot faster.   My 6.17 (1000 iterations): 750 MS. My 6.16 (1000 iterations): 1140 MS. Peter's (1000 iterations): 219 MS. My 6.17 (1000 iterations): 750 MS. My 6.16 (1000 iterations): 1125 MS. Peter's (1000 iterations): 219 MS...

Matching post #33,693 by hixxy Mar 12, 2006 3:36 PM

why?

In General IRCd Topic by Wish Last activity Mar 12, 2006 3:07 PM

If we're going to go into details it actually means if $2 is a number between 0 and 100 it will ban for that amount of minutes, but if $2 is any other value it will ban forever.

Matching post #33,683 by hixxy Mar 12, 2006 2:58 PM

CTCP

In General IRCX Topic by maria Last activity Mar 12, 2006 2:55 PM

ctcp *:*:*:{ if ($nick == $me) return hinc -mu30 ctcpflood $+ $cid $wildsite if ($hget(ctcpflood $+ $cid,$wildsite) == 5) { echo 04 -a $str($chr(160),10) $nick has requested 5 ctcps from you in 30 seconds. Ignoring all ctcps... Type /uct...

Matching post #33,680 by hixxy Mar 12, 2006 2:50 PM

making this faster??

In General IRCX Topic by Rhys Last activity Jan 15, 2006 5:47 PM

nope in the title column it just says "mp3" i don't think it can be made any faster   Another stupid mistake (making a lot of them lately :\). $gettok should be $deltok:   alias loadsongs { if ($isfile(mp3s.txt)) filter -fk mp3s.txt addt...

Matching post #31,289 by hixxy Jan 7, 2006 11:18 PM

dcx

In General IRCd Topic by Ronan Last activity Jan 9, 2006 9:55 AM

I made this.

Matching post #31,366 by hixxy Jan 9, 2006 9:55 AM

Themes

In General IRCX Topic by Haggis Last activity Jan 7, 2006 8:07 AM

alias hop { inc -u2 $+(%,hop.,$cid,$iif(#* iswm $1,$v2,$chan)) .hop $1- echo <text for attempting to rejoin> } on me:*:join:#:{ if ($eval($+(%,hop.,$cid,$chan),2)) echo <text for successful rejoin> }

Matching post #31,263 by hixxy Jan 7, 2006 8:07 AM