nick alert
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jun 28, 2009 |
| Last Updated | Jun 28, 2009 |
| Tags | alert auto nick respond |
Introduction
mIRC Snippet:
nick alert
Posted on Jun 28, 2009 1:50 pm
Posted on Jun 28, 2009 1:50 pm
okay, so... what does this actually do? how does it work? There's a reason that there's a description field, use it properly. Not even attempting to decipher your code gave me an idea what this exactly does.
mIRC Snippet:
nick alert
Posted on Jun 28, 2009 5:47 pm
Posted on Jun 28, 2009 5:47 pm
As the title states, it's a pager where it alerts you when someone calls out to you in a channel where you are.
For your info, There is an operator for
->
These are the same thing, but ischan is a bit shorter. lol
For your info, There is an operator for
| Quote: |
| if ($active != $chan) |
| Code: |
| if ($active !ischan) |
mIRC Snippet:
nick alert
Posted on Jun 29, 2009 9:54 am
Posted on Jun 29, 2009 9:54 am
Jethro you are incorrect.
if ($active != $chan) this means If the $active channel window is not the channel this event took palce in, continue.
if ($active !ischan) this means If the $active channel window is in fact a channel i am on, continue.
if ($active != $chan) this means If the $active channel window is not the channel this event took palce in, continue.
if ($active !ischan) this means If the $active channel window is in fact a channel i am on, continue.
mIRC Snippet:
nick alert
Posted on Jun 29, 2009 9:57 am
Posted on Jun 29, 2009 9:57 am
Regardless, this code does nothing but set a variable for two seconds if your nickname is typed in a channel you are not looking at.
Fail.
Fail.
mIRC Snippet:
nick alert
Posted on Jun 29, 2009 10:14 am
Posted on Jun 29, 2009 10:14 am
to not repeat u can use an alias if u want like this (just an idea)
| Code: |
| on *:action:*:#:call # $nick $me $active $1- on *:text:*:#:call # $nick $me $active $1- alias call { tokenize 32 $strip($1-) if $istok($5-,$3,32) { if ($4 == status window) describe $1 now check something at status window elseif ($4 == $2) msg $2 yes? can i help you $2 ? elseif ($4 ischan) describe $1 now active at channel $remove($4,$v2) elseif ($istok($regsubex($str(.,$query(0)),/./g,$query(\\n) $+ $chr(46)),$4,46)) describe $1 now private chat with $4 echo -a $2 call you at $1 } } |




