mIRC Home    About    Download    Register    News    Help

Print Thread
#78090 05/04/04 09:08 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
OP Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
It would be nice if we could show notify list entries in the active window INDIVIDUALLY. Let's say I wanted to show Parabrat (just picking a name at random) in my current window but all others in the notify list window I could specify it in the options dialog and it would allow it. This way we could manipulate all the entries differently (the same way we can currently select to perform /whois on notify)


Those who fail history are doomed to repeat it
#78091 05/04/04 09:31 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Simple workaround (since this is basically what these events are for):

on *:NOTIFY: if $istok(ParaBrat Hammer landonsandor,$nick,32) { echo -atic notify * $nick ison IRC }
on *:UNOTIFY: if $istok(ParaBrat Hammer landonsandor,$nick,32) { echo -atic notify * $nick has left IRC }

or set the nicks you want into a %variable and use $istok on it.

/set %SpeshulNicks ParaBrat Hammer landonsandor

on *:NOTIFY: if $istok(%SpeshulNicks, $nick, 32) { echo -atic notify * $nick ison IRC }


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#78092 05/04/04 09:33 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
OP Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
yup, there is that scripted version and that would work fine smile Just thought it would be nice since it would really be a simple checkbox addition smile


Those who fail history are doomed to repeat it
#78093 06/04/04 05:35 AM
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
/me would rather be Speshul than random <g>


ParaBrat @#mIRCAide DALnet
#78094 07/04/04 12:20 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
OP Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
LOL /me dccs Parabrat a Speshul cookie from the cookie jar smile how's that? smile


Those who fail history are doomed to repeat it
#78095 07/04/04 06:54 AM
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
*munch* smile


ParaBrat @#mIRCAide DALnet

Link Copied to Clipboard