Top

Comments

  (133)  RSS
ch1zra's
mifzal.mufthi
Comments: 1
 
mIRC Snippet:  unable to join channel (address is banned)
Posted on Nov 21, 2008 1:14 pm
i'm not really sure what you guys are talking about. but i need help from the beginning. i was using channel 3x on whatnet.org and i guess i got banned. since then, i'm unable to join that channel. how do i get rid of it? i need step by step instructions. please help me.
Xpl0reR
Comments: 162
 
mIRC Snippet:  /calc
Posted on Sep 25, 2008 2:44 am
hippie crack LMAO

napalm`
Comments: 155
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 7:36 pm
Just got home, and I tested my previously posted calc alias that supposedly don't work.

Code:
Results:

/calc (1 + 2) * 2

Gave:

[05:31p] * [/calc] (1 + 2) * 2 = 6

//echo -a Calc: $calc(2 + 2)

Gave:

Calc: 4


I don't know what kind of Hippie Crack you're on, my stuff always works.
jonesy44
Comments: 1,201
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 4:22 pm
$0 = string length. so if $0 = 0, no words entered.
WannaKnow
Comments: 8
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 3:54 pm
Napalm that dont work i think $0 always return 0 if you typ /calc

I think it need to be $1
napalm`
Comments: 155
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 1:13 pm
This is untested, am typing it up at work.

Code:
alias calc {
  if (!$0) return
  elseif ($isid) return $calc($1-)
  else echo $color(info) -at * [/calc] $1- = $calc($1-)
}


Upon finally testing the above code I shortened it to one line.

Code:
alias calc if ($0) echo $color(info) -at * [/calc] $1- = $calc($1-)
^Neptune
Comments: 450
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 11:11 am
Remotes. ALT+R
Hobbz
Comments: 2
 
mIRC Snippet:  /calc
Posted on Sep 24, 2008 11:10 am
Again, Were Do I Put This? :P

/me Is a n00b
Hobbz
Comments: 2
 
mIRC Snippet:  Slap Revenge by ch1zra
Posted on Sep 24, 2008 11:05 am
Without Sounding TOO n00bish....Were Do I Put This?
I Tried Putting It In User, Variables And Remote (I Already Have A Custom Slap Script In There, It Just Totally Messed That Up)

Any Help Would Be Much Appreciated :)
F*U*R*B*Y*
Comments: 592
 
Profile:  ch1zra
Posted on Aug 13, 2008 1:08 am
nvm
Eugenio
Comments: 1,115
 
Profile:  ch1zra
Posted on Aug 13, 2008 1:07 am
;o cyb0r
F*U*R*B*Y*
Comments: 592
 
Profile:  ch1zra
Posted on Aug 13, 2008 1:03 am
hey man you got msn???
Mudkipz
Comments: 24
 
mIRC Snippet:  Clock for mIRC Windows
Posted on Jan 20, 2008 11:43 am
argh, i get it to turn to gmt on the clock thing, andf it stops it keeps on doing it, and when i take your system away the clock is still there
Mudkipz
Comments: 24
 
mIRC Snippet:  Clock for mIRC Windows
Posted on Jan 20, 2008 6:56 am
how do i turn it from like est or what ever you are to gmt?
mountaindew
Comments: 1,711
 
mIRC Snippet:  mIRC Greeter
Posted on Jan 11, 2008 1:59 pm
Quote:

well done, but i cant get it to work for anyone entering like say someone on the list named jack came on, he wouldnt get the greet is there anyway to make it so tht it will send to any nick in the chan?

on *:join:#: msg $chan Hello $nick and welcome to $chan
[/code]
^^ if jack joins #test, it'll say
<bot> Hello jack and welcome to #test
Mudkipz
Comments: 24
 
mIRC Snippet:  mIRC Greeter
Posted on Jan 11, 2008 12:56 pm
well done, but i cant get it to work for anyone entering like say someone on the list named jack came on, he wouldnt get the greet is there anyway to make it so tht it will send to any nick in the chan?
napa182
Comments: 1,161
 
mIRC Snippet:  unable to join channel (address is banned)
Posted on Aug 23, 2007 11:27 pm
spammer
mountaindew
Comments: 1,711
 
mIRC Snippet:  unable to join channel (address is banned)
Posted on Aug 23, 2007 9:46 pm
i thought you could do /cs unban #channel or it might be /cs unban #channel $me
richrunescaper
Comments: 5
 
mIRC Snippet:  unable to join channel (address is banned)
Posted on Aug 23, 2007 8:54 pm
I LOVE YOU MAN i axadently banned myself from my own channel that im OP in (yes im an idiot) and it worked! thanks
ch1zra
Comments: 70
 
mIRC Addon:  Quote Manager v1.4
Posted on Aug 6, 2007 1:28 pm
any text entered in QM window that is not a command for QM behaves as a search filter.
"[space][enter]" of "/refresh" reloads the full content.
:]
1 2 3 4 5 6 7 Next
Bottom