mIRC Home    About    Download    Register    News    Help

Print Thread
#56407 21/10/03 12:50 AM
C
cohiba021
cohiba021
C
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
S
Syperus
Syperus
S
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
C
cohiba021
cohiba021
C
I mean a query window.

#56410 21/10/03 02:30 AM
S
Syperus
Syperus
S
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
C
cohiba021
cohiba021
C
thanks a lot

#56412 21/10/03 03:13 AM
C
CtrlAltDel
CtrlAltDel
C
try this .. only works when the query window first opens:

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

#56413 21/10/03 03:24 AM
S
Syperus
Syperus
S
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
C
cohiba021
cohiba021
C
thanks a lot.

#56415 21/10/03 04:49 PM
C
cohiba021
cohiba021
C
it's ok ! thanks for your help!


Link Copied to Clipboard