mIRC Home    About    Download    Register    News    Help

Print Thread
#96954 07/09/04 12:58 AM
Joined: Sep 2004
Posts: 3
K
KeybCw Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Sep 2004
Posts: 3
Hello
was just wondering if someone out there knew of a command like /onotice, but only for voice (+) ?
hope someone can help me

KeybCw

#96955 07/09/04 01:09 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
i dont know if this will help you any, since you probably know more about this then i do, but you could write a script that notices the + people on the channel when you use an alias(thats like a repeat of what u said but o well), $vnick(#,N) returns the Nth voiced nick on a channel. if you used * for N, you might be able to do /notice $vnick(#,*), dunno if that will work or not, but i tried to help

#96956 07/09/04 01:49 AM
Joined: Sep 2004
Posts: 3
K
KeybCw Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Sep 2004
Posts: 3
thanx Gameaddix
but it will not work with *, was a nice try any way.
so if any one out there have any other ideas let me know

KeybCw

#96957 07/09/04 01:57 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
alias vnotice {
var %x = 1
var %y = $vnick($chan,0)
while (%x <= %y) {
.notice $vnick($chan,%x) $1-
inc %x
}
}
Usage: /vnotice Hi there

#96958 07/09/04 02:21 AM
Joined: Sep 2004
Posts: 3
K
KeybCw Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Sep 2004
Posts: 3
Cool thanx alot Armada
that worked smile

#96959 07/09/04 05:50 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
As a note, I believe /notice +#channel works on most networks.

So an alias such as:

vn notice + $+ $chan [Voices] $1-

...should work. It's what I use anyway.

Regards,


Mentality/Chris
#96960 07/09/04 10:32 AM
Joined: Aug 2004
Posts: 101
D
Vogon poet
Offline
Vogon poet
D
Joined: Aug 2004
Posts: 101
It's all right HERE!!!


Maybe I wake up one day to notice that all my life was just a dream!

Link Copied to Clipboard