mIRC Home    About    Download    Register    News    Help

Print Thread
#88493 28/06/04 05:34 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
1. when i do /msg someone something i got echo
-> someone blablabla

how to remove that echo, but so /msg command can work for /msg nickserv or /msg Q etc....



2. while connecting on server, and while lagged as [censored] i go this messages:

(19:25) -> Server: pong 907739768

To connect, type /QUOTE PONG 907739768
(19:25) ?? You're not connected yet

(19:25) -> Server: pong 907739768

To connect, type /QUOTE PONG 907739768
(19:25) ?? You're not connected yet

(19:25) -> Server: pong 907739768

To connect, type /QUOTE PONG 907739768
(19:25) ?? You're not connected yet

(19:25) -> Server: pong 907739768

To connect, type /QUOTE PONG 907739768
(19:25) ?? You're not connected yet

(19:25) -> Server: pong 907739768

To connect, type /QUOTE PONG 907739768
(19:25) ?? You're not connected yet

---> how can i make "you're not connected" and "to coonect type PONG" says it only once, and not filling my status with this crap ?

Last edited by bunar; 28/06/04 05:35 PM.
#88494 28/06/04 06:44 PM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
try /[color:red].msg nick message[/color]
A dot before a command means it should be silent. A lot of standard mIRC commands do this correctly. See also /help aliases under Command prefixes.
If you want to test for this in your own alias scripts, you can use the $show identifier. This will return $false if the dot is present, otherwise it returns $true.


Link Copied to Clipboard