mIRC Home    About    Download    Register    News    Help

Print Thread
#49022 12/09/03 07:26 PM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
on 1:NOTICE:*:?:....
first i did not find these in the help file..
second how would i respond only if the person used /notice, and not /query or /msg

Last edited by KoRn18; 12/09/03 07:28 PM.

_________
may death strike you.
#49023 12/09/03 07:28 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
Code:
on *:NOTICE:*:?:notice $nick hey $nick you just sent me a private NOTICE :)

#49024 12/09/03 07:29 PM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
doesnt ? refer to query messages?


_________
may death strike you.
#49025 12/09/03 07:31 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
? means you were the target (private)
which is true for ON TEXT and ON ACTION as well
type /help ON NOTICE

#49026 12/09/03 07:35 PM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
but if i use ? will it send the message if the person /query or /msg's me (which i dont want)


_________
may death strike you.
#49027 12/09/03 07:44 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
no .. only if they send you a private /notice
if they sent you a private /msg or /query it would be handled by the ON TEXT event

Last edited by r0ck0; 12/09/03 07:50 PM.
#49028 12/09/03 11:04 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
on *:TEXT:*:#: triggers when a message is sent to a channel
on *:TEXT:*:?: triggers when a message is sent to you

on *:NOTICE:*:#: triggers when a notice is sent to a channel
on *:NOTICE:*:?: triggers when a message is sent to you

ctcp *:*:#: triggers when a ctcp is sent to a channel
ctcp *:*:?: triggers when a ctcp is sent to you

#49029 12/09/03 11:08 PM
Joined: Apr 2003
Posts: 300
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
u forgot the * triggers when either happens


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11

Link Copied to Clipboard