OP Notice
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 7.0 |
| Scores Submitted | 2 |
| Date Added | Feb 03, 2008 |
| Last Updated | Feb 03, 2008 |
| Tags | alias inform mirc notice op staff |
|
|
Introduction
Copy and paste this snippet into your remotes (ALT + R)
To use:
| Code: |
| /onotice {message} |
Replace {Message} with your message and remove the { and }
mIRC Snippet:
OP Notice
Posted on Feb 3, 2008 10:48 am
Posted on Feb 3, 2008 10:48 am
Use /var instead of /set
/help /var
Also, change "notice" into ".notice" (. = silent)
And the inc %i 1 can be made inc %i.
The code should look more like this:
Good work though!
/help /var
Also, change "notice" into ".notice" (. = silent)
And the inc %i 1 can be made inc %i.
The code should look more like this:
| Code: |
alias onotice { var %c $nick($chan,0), %i = 1 while (%i <= %c) { if ($nick($chan,%i) isop $chan) .notice $nick($chan,%i) [@] $1- inc %i } } |
Good work though!
mIRC Snippet:
OP Notice
Posted on Feb 3, 2008 12:34 pm
Posted on Feb 3, 2008 12:34 pm
or you can simply type /onotice <message> which does exactly the same thing.. one question though which seems to be a bane of servers when it comes tothese things.. the Half-op.. they cannot receive onotices.
nice script though.. gets a nice 6 from me.. rated and clicked
nice script though.. gets a nice 6 from me.. rated and clicked
mIRC Snippet:
OP Notice
Posted on Feb 3, 2008 12:35 pm
Posted on Feb 3, 2008 12:35 pm
| Quote: |
or you can simply type /onotice <message> which does exactly the same thing.. one question though which seems to be a bane of servers when it comes tothese things.. the Half-op.. they cannot receive onotices. nice script though.. gets a nice 6 from me.. rated and clicked |
Send a halfop Notice: /notice %#Chan <message>
mIRC Snippet:
OP Notice
Posted on Feb 3, 2008 3:48 pm
Posted on Feb 3, 2008 3:48 pm
hehe, cheers for the feedback.
Like i said on my other post, im just playing around with hawkee atm, and seems to be working well.
@ LucSatise lmao, i had no idea there was such a think already in mIRC xD .. one point to say hawkee works well with plenty of people posting =)
I'll get round to putting up some more interesting codes sometime =P
Like i said on my other post, im just playing around with hawkee atm, and seems to be working well.
@ LucSatise lmao, i had no idea there was such a think already in mIRC xD .. one point to say hawkee works well with plenty of people posting =)
I'll get round to putting up some more interesting codes sometime =P
mIRC Snippet:
OP Notice
Posted on Jul 23, 2008 12:28 pm
Posted on Jul 23, 2008 12:28 pm
Dude, I dont even need to try that out to tell it work's, its one of the script's I accualy can read! <3. It's pretty good, altho on the server's I use you don do /notice
reg(nothing added)/voice(+ insted of voice)/halfop(%)/op(@)$chan.
It's neet tho ^^
Gave it an 8
reg(nothing added)/voice(+ insted of voice)/halfop(%)/op(@)$chan.
It's neet tho ^^
Gave it an 8
mIRC Snippet:
OP Notice
Posted on Jul 23, 2008 12:44 pm
Posted on Jul 23, 2008 12:44 pm
| Quote: |
| Dude, I dont even need to try that out to tell it work's, its one of the script's I accualy can read! <3. It's pretty good, altho on the server's I use you don do /notice reg(nothing added)/voice(+ insted of voice)/halfop(%)/op(@)$chan. It's neet tho ^^ Gave it an 8 |
lol?,well time to give "unsuitable" comments back as you do it all the time to me
umm....What a useless script -.-
mIRC Snippet:
OP Notice
Posted on Jul 23, 2008 2:07 pm
Posted on Jul 23, 2008 2:07 pm
I was simply remarking that i do not like comic sans.
Thanks for the feedback; this was infact one of my first ever scripts so i was pretty pleased with it at the time.
As it goes, ExKstasy, this is a usefull script if you have channel staff, and want to message them all efficiently without having to message a whole channel, or double click on each name and type, or paste.
Thanks for the feedback; this was infact one of my first ever scripts so i was pretty pleased with it at the time.
As it goes, ExKstasy, this is a usefull script if you have channel staff, and want to message them all efficiently without having to message a whole channel, or double click on each name and type, or paste.
mIRC Snippet:
OP Notice
Posted on Jul 23, 2008 4:41 pm
Posted on Jul 23, 2008 4:41 pm
EcKstasy said:
hmm what a petty and lame thing to say.
and as for ur code
why would you want to notice everyone if you are only going to notice op's sorry but ur comment fails
=/
| Quote: |
| lol?,well time to give "unsuitable" comments back as you do it all the time to me umm....What a useless script -.- |
hmm what a petty and lame thing to say.
and as for ur code
| Code: |
| menu nicklist { - Mass Message:/msg $$* $$?="Enter msg" |
why would you want to notice everyone if you are only going to notice op's sorry but ur comment fails
=/
mIRC Snippet:
OP Notice
Posted on Jul 24, 2008 3:38 am
Posted on Jul 24, 2008 3:38 am
| Quote: |
| why would you want to notice everyone if you are only going to notice op's sorry but ur comment fails =/ |
thats just fail,I guess you didn't see
| Quote: |
| then ctrl + c on the nicklist,wouldnt that be easier? |
unless you didn't know you can highlight certain nicks by hitting ctrl and left clicking on the nicks then message the ones highlighted with that script?,if not thats noobish.
| Quote: |
| lol?,well time to give "unsuitable" comments back as you do it all the time to me umm....What a useless script -.- |
| Quote: |
| hmm what a petty and lame thing to say. and as for ur code |
hows that petty & lame?,You should see the comments he posts to every user on this damn site,so he deserves a taste back,Peace
mIRC Snippet:
OP Notice
Posted on Jul 24, 2008 1:26 pm
Posted on Jul 24, 2008 1:26 pm
Why Dont U Make It Bigger like :
alias onotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) isop $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
alias hnotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) ishop $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
alias vnotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) isvo $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
menu nicklist {
Op Message:/onotice # $$?="Enter msg"
HalfOp Message:/hnotice # $$?="Enter Msg"
Voiced Message:/vnotice # $$?="Enter Msg"
}
alias onotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) isop $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
alias hnotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) ishop $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
alias vnotice {
var %c $nick($chan,0), %i = 1
while (%i <= %c) {
if ($nick($chan,%i) isvo $chan) .notice $nick($chan,%i) [@] $1-
inc %i
}
}
menu nicklist {
Op Message:/onotice # $$?="Enter msg"
HalfOp Message:/hnotice # $$?="Enter Msg"
Voiced Message:/vnotice # $$?="Enter Msg"
}
mIRC Snippet:
OP Notice
Posted on Sep 22, 2008 7:47 pm
Posted on Sep 22, 2008 7:47 pm
| Code: |
| if (( $nick == blah ) || ( $nick == blah2 ) ) { msg $chan $nick has joined channel } |
but that is only a partial. you need the else { halt } event in there. or simply do a
| Code: |
| on @:JOIN:#: { if ($nick isop |
mIRC Snippet:
OP Notice
Posted on Sep 22, 2008 8:21 pm
Posted on Sep 22, 2008 8:21 pm
hmm you know they are +o when they join when the services +o's them and also by the @ infront of their nick so i dont see why you would want to have a code that tells you they are +o on join when you can see for ur self by looking in the chan












