Notice and Message(s)
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.3 (of 3 scores) |
| Date Added | Apr 24, 2009 |
| Last Updated | Jul 31, 2009 |
Introduction
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!! -
mIRC Snippet:
Notice and Message(s)
Posted on Apr 24, 2009 6:57 pm
Posted on Apr 24, 2009 6:57 pm
=/ why the call to $regex?
mIRC Snippet:
Notice and Message(s)
Posted on Apr 24, 2009 6:59 pm
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.
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.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 24, 2009 7:00 pm
Posted on Apr 24, 2009 7:00 pm
*napa182 dies laughing*
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 12:04 am
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.
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.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 1:01 am
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) ..
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 1:05 am
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
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
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 3:29 am
Posted on Apr 25, 2009 3:29 am
again there is no need for the call to $regex.
you could do as an ex:
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- - } } |
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 4:20 am
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 ..
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 5:32 pm
Posted on Apr 25, 2009 5:32 pm
Why are you blaming the server? These are all mIRC commands, not server commands...
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 6:48 pm
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.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 6:50 pm
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 : some command are not suitable wif srver dmmns. but 'most' can run it.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 6:50 pm
Posted on Apr 25, 2009 6:50 pm
just get 3.5 from me, u still can improve this, but still usefull.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 7:09 pm
Posted on Apr 25, 2009 7:09 pm
Wtf are you rambling about, andromeda?
First of all. Please learn to fucking type, I have no fucking 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:
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.
| Quote: |
| some command are not suitable wif srver dmmns. but 'most' can run it. |
First of all. Please learn to fucking type, I have no fucking 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.
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 7:18 pm
Posted on Apr 25, 2009 7:18 pm
LOL someone getting mad. /me Ignore~~~~~NIGathan. hmm
mIRC Snippet:
Notice and Message(s)
Posted on Apr 25, 2009 7:37 pm
Posted on Apr 25, 2009 7:37 pm
lol .. ok now updated .. hope you guys like it .. NIGathan n andromeda nice relationship rofl ..
mIRC Snippet:
Notice and Message(s)
Posted on May 2, 2009 11:15 am
Posted on May 2, 2009 11:15 am
Still doesn't work right you need a end bracket







