Top

Comments

  (11)  RSS
Ovaldo's
Zeroodemon
Comments: 18
 
mIRC Snippet:  Dane Cook's Super Finger (TM) PopUp
Posted on Sep 12, 2007 8:18 pm
lol
Ovaldo
Comments: 9
 
mIRC Snippet:  Nick responce
Posted on Aug 23, 2007 1:10 pm
better??
mountaindew
Comments: 1,550
 
mIRC Snippet:  Nick responce
Posted on Aug 22, 2007 3:05 pm
also, add

Code:

on *:action:*:#:{
  if ($me isin $1-) echo -a $nick is calling you in $chan
}

Anti
Comments: 305
 
mIRC Snippet:  Dane Cook's Super Finger (TM) PopUp
Posted on Aug 8, 2007 8:54 pm
heh id like it more if it were the middle finger not the super figer :P
Ovaldo
Comments: 9
 
mIRC Snippet:  Nick responce
Posted on Aug 8, 2007 2:25 pm
and Callison1 you don\'t need to redo the entire thing.. just add another

if (<Person\'sNick> isin $1-) echo -a $Nick is calling You/<Yourfriend> in $chan

and you cal also add an

notice <Person\'sNick> $nick is calling you in $chan

or something
Ovaldo
Comments: 9
 
mIRC Snippet:  Nick responce
Posted on Aug 8, 2007 2:21 pm
Yea.. I tried to make it that if I am on the active channel.. Didn\'t really work out for me. but if you want I will fix it up.
Lindrian
Comments: 745
 
mIRC Snippet:  Dane Cook's Super Finger (TM) PopUp
Posted on Aug 8, 2007 1:59 pm
How about:
if ($active ischan) {
?
Callison1
Comments: 130
 
mIRC Snippet:  Nick responce
Posted on Aug 7, 2007 5:50 am
It is finished, you can find it here: http://www.hawkee.com/snippet/3025/
Callison1
Comments: 130
 
mIRC Snippet:  Nick responce
Posted on Aug 7, 2007 4:24 am
I am now currently working on the aforementioned dialog. I will post it as a snippet when I am finished.
Callison1
Comments: 130
 
mIRC Snippet:  Nick responce
Posted on Aug 7, 2007 3:58 am
Quote:
;You can also have a friends nick or your nick\'s abbreviations
To do that you have to edit the code itself, for people who don\'t know how script in mIRC, this is a problem. If there was a dialog (or even just $input) to facilitate adding nicks/abbreviations, this would be better.
Soulkeeper
Comments: 79
 
mIRC Snippet:  Nick responce
Posted on Aug 7, 2007 2:58 am
Hmm, it would work better if it checked if your name was said in your active chan. Being as lame as I am, I wrote one before...

on *:text:*:#: If ($chan != $active) && ($me isin $1-) { /echo -a { $nick Said Your Name In $chan } }
Bottom