mIRC Home    About    Download    Register    News    Help

Print Thread
#56407 21/10/03 12:50 AM
Joined: Oct 2003
Posts: 5
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Oct 2003
Posts: 5
Hello, I would like to know if it is possible toprint a message on the screen when somebody comes into private. And if it's possible I would like to know with which code it is possible.

Thanks and have a nice day!

#56408 21/10/03 02:17 AM
Joined: Feb 2003
Posts: 31
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
ehh wut do u mean comes into private? like a query window? or a private channel? or you talking about /notice?

#56409 21/10/03 02:20 AM
Joined: Oct 2003
Posts: 5
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Oct 2003
Posts: 5
I mean a query window.

#56410 21/10/03 02:30 AM
Joined: Feb 2003
Posts: 31
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
on ^*:text:*:?: {
msg $query($nick) blah blah blah
}

you can set a certain nickname if you want inside $query() if you want this for just one person, or $nick for wutever nick. Im not 100% sure this will work as i have never tried it yet, but should get u on the right track.

#56411 21/10/03 03:04 AM
Joined: Oct 2003
Posts: 5
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Oct 2003
Posts: 5
thanks a lot

#56412 21/10/03 03:13 AM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
try this .. only works when the query window first opens:

on *:OPEN:?:Hello*: { msg $nick Hello Yourself! }


I refuse to engage in a battle of wits with an unarmed person. wink
#56413 21/10/03 03:24 AM
Joined: Feb 2003
Posts: 31
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
oops..sorry bout that man..im really tired, i should have caught that. Yea i was gonna menchin the on OPEN but he gave u an example..Sorry again

#56414 21/10/03 04:48 PM
Joined: Oct 2003
Posts: 5
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Oct 2003
Posts: 5
thanks a lot.

#56415 21/10/03 04:49 PM
Joined: Oct 2003
Posts: 5
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Oct 2003
Posts: 5
it's ok ! thanks for your help!


Link Copied to Clipboard