Lockedban lister
Then you're not using an IRC compliant server, so none of us can help you anyway.
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
Then you're not using an IRC compliant server, so none of us can help you anyway.
why would you want to trick it? You could easily trick it inadvertedly.
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...
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...
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)
on *:text:@find *:*:{ set %nick $nick filter -fk <file> sendto * $+ $2-* unset %nick } alias sendto { if (%nick != $null) msg $v1 $1- }
on *:input:@wallops: wallops $1-
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...
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.
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...
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...
I made this.
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> }