Top

Notice and Message(s)


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  1.3 (of 3 scores)
Date Added  Apr 24, 2009
Last Updated  Jul 31, 2009

Introduction

Ok , when someone call or say your nick , this thing will notice you even u are in other $chan .. 'also' the message that the $nick say will appear ..

You can edit the message what ever u want ..

Ex:

<+NakedMan> Hay!! Mark72 we need ur help Lol!! <--- at #PlanetMars
<@Mark72> I don't think so girl.. <--- at #Moonland
- DALnet - Hello Mark72 , NakedMan called you in #PlanetMars - The message is - Hay!! Mark72 we need ur help Lol!! -

Grab the Code

on *:text:*:#:{ if ($me isin $1-) { echo 5 -a - $network - Hello  $me ,7 $nick 5called you in7 $chan 5- The message is -10 $1- - } }

Comments

  (17)  RSS
napa182
Comments: 1,453
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 24, 2009 6:57 pm
=/ why the call to $regex?
NIGathan
Comments: 208
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 24, 2009 6:59 pm
1/10

Absolutely horrible.

Use $($+(*,$me,*)) for the matchtext, then you dont have to tell people to put their nick there.

You have a bracket open without closing it.

You dont even have a space between 'Hello' and '$me' causing it to echo it as plain text.

And why the hell did you make a random call to $regex?

Also the 'message is' part doesnt even show the message....

This script doesnt do a god damn thing.
napa182
Comments: 1,453
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 24, 2009 7:00 pm
*napa182 dies laughing*
Aucun50
Comments: 548
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 12:04 am
By the title it sounds like you got something then when I look at it I say wtf? Half of this is nonsense and doesn't need to be there.

NIGathan pointed most of it out but one other thing not really a big one, "Hello $me ," there is a way to add the , to the $me and still have it work it's "Hello $me $+ ,".

Overall this needs some work, and it wouldn't hurt if you knew what $regex does.
blitzz
Comments: 119
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 1:01 am
haha maybe your server didnt suppport the code if i put it like that .. so it show an error .. sorry3 lol .. wht a fnny thng .. anyway i appreciate all cmmnt(s) ..
blitzz
Comments: 119
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 1:05 am
Actually it will be like this ..
Brandy : hey (mynick) where are u <-- at #garage

mynick : shoot shoot shoot <--- at #moonland
-Chanserv- Hello mynick , Brany call you in #garage - The message is - hey (mynick) where are u
napa182
Comments: 1,453
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 3:29 am
again there is no need for the call to $regex.
you could do as an ex:
Code:
on *:text:$($+(*,$me,*)):#:{ if (!$($+(%,flood,.,$nick),2)) { set -u3 $+(%,flood,.,$nick) on | echo 5 -ta -Chanserv- Hello $me $+ , $nick called you in # - 12 The message is -10 $1- - } }
blitzz
Comments: 119
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 4:20 am
some srver need to be done like that n some no need .. every server has their setting n differnt command .. but thnx 4 da nice code napa182 .. i'll edit it later ..
NIGathan
Comments: 208
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 5:32 pm
Why are you blaming the server? These are all mIRC commands, not server commands...
andromeda
Comments: 26
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 6:48 pm
hmm, actually this code has no big problem. just the $regex make it look-like that. but its no harm to use it if it still work together. but 4 'expert', it should be not there.
andromeda
Comments: 26
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 6:50 pm
NIGathan : why r u blaming the server ? these are all mIRC cmmands, not srver cmnds..

Andromeda : some command are not suitable wif srver dmmns. but 'most' can run it.
andromeda
Comments: 26
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 6:50 pm
just get 3.5 from me, u still can improve this, but still usefull.
NIGathan
Comments: 208
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 7:09 pm
Wtf are you rambling about, andromeda?
Quote:
some command are not suitable wif srver dmmns. but 'most' can run it.

First of all. Please learn to fu​cking type, I have no fuc​king clue what 'dmmns' means.

Every single one of the commands in this script send no info to the server, and only require a single line from the server to trigger the on text event:
Code:
:user!ident@host PRIVMSG #chan :text containing my nick here.

Once mIRC parses that line, and triggers the on TEXT event, the script uses the mIRC command, echo. /echo will ECHO text to your mIRC screen, making no contact with the server. Meaning no matter the server, it will work.
andromeda
Comments: 26
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 7:18 pm
LOL someone getting mad. /me Ignore~~~~~NIGathan. hmm
blitzz
Comments: 119
 
mIRC Snippet:  Notice and Message(s)
Posted on Apr 25, 2009 7:37 pm
lol .. ok now updated .. hope you guys like it .. NIGathan n andromeda nice relationship rofl ..
PATX
Comments: 390
 
mIRC Snippet:  Notice and Message(s)
Posted on May 1, 2009 1:56 pm
omg... fail
Aucun50
Comments: 548
 
mIRC Snippet:  Notice and Message(s)
Posted on May 2, 2009 11:15 am
Still doesn't work right you need a end bracket

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom