mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 122
S
STING Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Dec 2002
Posts: 122
Very similar and probably related to: https://forums.mirc.com/ubbthreads.php/ubb/showflat/Number/236699/page/1#Post236699

Having this code in Remote gives different behaviour in 7.23.

Code:
ctcp ^*:*: { 
  haltdef
}


Execute command:
//.raw privmsg $me : $+ $chr(01) $+ PING $ticks $+ $chr(01)


- mIRC 7.22 and before correctly don't show any data
- mIRC 7.23 however doesn't respect the "^" in combination with halt or haltdef:

[mirc723 PING]
-
[mirc723 PING reply]: 365913hrs 33mins 44secs

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
ctcp events do not require ^ to be halted and never have IIRC.

Joined: Dec 2002
Posts: 122
S
STING Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Dec 2002
Posts: 122
Originally Posted By: Collective
ctcp events do not require ^ to be halted and never have IIRC.


You're right, thanks.
The issue in 7.23 however remains.

Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Thanks this issue has been fixed for the next version.


Link Copied to Clipboard