Top

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 
  Bookmark and Share

Introduction

This alias can be used to notice all the OPs (@, +o) in a channel by notice, good for if you're running a channel with staff in

Copy and paste this snippet into your remotes (ALT + R)
To use:
Code:
/onotice {message}

Replace {Message} with your message and remove the { and }

Grab the Code

Comments

  (20)  RSS
Lindrian
Comments: 755
 
mIRC Snippet:  OP Notice
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:
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!
LucSatise
Comments: 122
 
mIRC Snippet:  OP Notice
Posted on Feb 3, 2008 11:53 am
Just a note:

Code:

alias onotice {
  notice @ $+ $chan $1-
}

Shorter and works as well =]
Cheiron
Comments: 328
 
mIRC Snippet:  OP Notice
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
LucSatise
Comments: 122
 
mIRC Snippet:  OP Notice
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>
Cheiron
Comments: 328
 
mIRC Snippet:  OP Notice
Posted on Feb 3, 2008 12:43 pm
duh... stoopid lol.. i just had to ask didnt i! boy do i feel daft

cheers LucSatise
jonesy44
Comments: 1,072
 
mIRC Snippet:  OP Notice
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
Mudkipz
Comments: 24
 
mIRC Snippet:  OP Notice
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
EcKstasy
Comments: 24
 
mIRC Snippet:  OP Notice
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 -.-
jonesy44
Comments: 1,072
 
mIRC Snippet:  OP Notice
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.
EcKstasy
Comments: 24
 
mIRC Snippet:  OP Notice
Posted on Jul 23, 2008 3:01 pm
Code:
menu nicklist {
 -
 Mass Message:/msg $$* $$?="Enter msg"


then ctrl + c on the nicklist,wouldnt that be easier?
napa182
Comments: 1,133
 
mIRC Snippet:  OP Notice
Posted on Jul 23, 2008 4:41 pm
EcKstasy said:
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
=/
EcKstasy
Comments: 24
 
mIRC Snippet:  OP Notice
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
napa182
Comments: 1,133
 
mIRC Snippet:  OP Notice
Posted on Jul 24, 2008 3:48 am
so you are going to say /onotice {message} is not ez enough
hmm
AHBARAR
Comments: 158
 
mIRC Snippet:  OP Notice
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"
}
AdamRock
Comments: 7
 
mIRC Snippet:  OP Notice
Posted on Sep 10, 2008 10:00 pm
can you make a code that when an op (mod) joins it says "a mod, <username> has joined" ??????
Cheiron
Comments: 328
 
mIRC Snippet:  OP Notice
Posted on Sep 10, 2008 11:54 pm
that is a simple on join event with the inclusion of

if (( $nick == blah ) || ( $nick == blah2 ) ) { msg $chan username has joined channel }

basically. that is just a 2 nick example
yonetmen
Comments: 1
 
mIRC Snippet:  OP Notice
Posted on Sep 22, 2008 7:36 pm
Cheiron, I tried as you said but noting happend. Any suggestion?
Cheiron
Comments: 328
 
mIRC Snippet:  OP Notice
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
type of thing.. tis too late at night for bending grey matter. will have better look in morrow unless one of the others gets there first
napa182
Comments: 1,133
 
mIRC Snippet:  OP Notice
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
napalm`
Comments: 123
 
mIRC Snippet:  OP Notice
Posted on Sep 22, 2008 9:48 pm
Code:
alias onotice {
  var %x 1 , %m $iif($1-,$v1,$$?"Message?")
  while ($nick($active,%x,o)) { notice $ifmatch [@] %m | inc %x }
}

Please Register or Login to start posting comments.
Bottom