Highlight reply

Platform:  mIRC
Published  Mar 05, 2009
Updated  Mar 07, 2009
This Script Writes To A ".txt" file messages that you add to notice randomly to any user that higlights you saying *ONLY* your nick.

Place in remotes.

Use :
Right click in channel >> Highlight Reply
Add A Reply >> Adds a text to send on highlight
View Your Replies >> Opens a @Replies Window To View Your Replies
Edit Your Replies >> Runs The ".txt" File So You Can Edit The Replies.
*****************
As i said i am having trouble using dialog studio so i use //run .txt for now....there will be an update...

**Non dialog updated 7/3** menu channel {
.Highlight Reply
..¤Add A Reply¤://write hreply.txt $$?"Add your reply message here:"
..¤View Your Replies¤: hreply
..¤Edit Your Replies(txt)¤://run hreply.txt
}

alias hreply {
window -zk[1]wxes @Highlights
/loadbuf @Replies hreply.txt
}


on *:text:*:*:{
if ($1- == $me) {
.notice $nick 13 $read(hreply.txt)  | halt }
}

Comments

Sign in to comment.
Crissar   -  Mar 13, 2009
no worries :)
 Respond  
The_Almighty_Duelist   -  Mar 08, 2009
ok..i didn't know so thanks for the update^_^
 Respond  
Crissar   -  Mar 08, 2009
Duelist it works 100% xD i changed back n forth couple of times and it was fine! :D
 Respond  
The_Almighty_Duelist   -  Mar 07, 2009
i know ^_^ i changed the it to: If ($1 == $me ) because i'm not sure if $1- will work 100% of the time??
 Respond  
Crissar   -  Mar 07, 2009
changed the * on mine but forgot to update...just did...i dont want to notice someone everytime my nick is mentioned..i dont have botserv on GrNet but i have troublesome users ;) that is that for the "if ($1- == $me) {" / "if ($me isin $1-) {" matter ^^
 Respond  
PuNkTuReD   -  Mar 06, 2009
ahh true, didnt catch that.

that would a gd mini update too.
 Respond  
The_Almighty_Duelist   -  Mar 06, 2009
thats not the only thing i changed PunkTuReD...the * so it would also trigger on a PM...if that is the case too...see the edited version ;)
 Respond  
PuNkTuReD   -  Mar 06, 2009
he already explained he didnt want to do that The_Almighty_Dualist
 Respond  
The_Almighty_Duelist   -  Mar 06, 2009

Code

 


to

Code

 
 Respond  
PuNkTuReD   -  Mar 06, 2009
you should upgrade this to include a second highlight option,
so keep your which triggers ONLY when JUST your nick is said,
then another to incorperate jonesy44's idea.
 Respond  
Crissar   -  Mar 06, 2009
check the intro jonesy44 ..it triggers only if the only thing mentioned is your nick. so $1- hasta b == $me ^^
 Respond  
jonesy44   -  Mar 05, 2009
"if ($1- == $me) {"
"Hi Jonesy44", would not highlight me in this case, you need:
"if ($me isin $1-) {"
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.