mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2007
Posts: 6
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2007
Posts: 6
The following line in nick list popups will make sure that the message only goes to the selected nickname, not the whole channel:

Notice:/Notice $$1 $$?"Text"

Of course you can still screw it up any other way you can think of.

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
What about using
Code:
Notice:query $$1 $$?"Text"

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
If that is in the Nicklist popups, then $$1 must match a nick in the nicklist. It is not possible for $$1 to match a channel name under those circumstances.


Link Copied to Clipboard