mIRC Home    About    Download    Register    News    Help

Print Thread
#118477 25/04/05 06:37 PM
A
aDevil
aDevil
A
on 1:input:#:.msg #tojas $chan - $1-
on 1:input:?:.msg #tojas $me -> $active - $1-
on 1:text:*:?:.msg #tojas $nick -> $me - $1-

Why doesn't working? frown without < . > it is working but showing the text

#118478 25/04/05 06:40 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
You need to use halt. Echo it too.

#118479 25/04/05 07:10 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Yeah. Unlike most commands, you can't use a "." to hide what is happening in MSG. I'm not really sure why you can't use .msg the way you can use .notice or similar. Actually, I seem to remember it being possible prior to 6.16, but I could be remembering it incorrectly.

#118480 25/04/05 11:29 PM
C
CtrlAltDel
CtrlAltDel
C
You CAN use a "." to hide what is happening. It hides it completely from you. Open another mirc and you will see the channel message, but you will not see it with the mirc that's originating the message.

#118481 26/04/05 12:42 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
I use .msg a lot, and with no problems...I think the problem they're having is the fact that they have the . immediately after the : They should try putting a space in between.

#118482 26/04/05 12:44 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
Try this
Code:
on 1:input:#: .msg #tojas $chan - $1-
on 1:input:?: .msg #tojas $me -&gt; $active - $1-
on 1:text:*:?: .msg #tojas $nick -&gt; $me - $1-
  


Just put a space between the : and .msg

#118483 26/04/05 12:51 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Strange... I've had issues with .msg in mIRC 6.16. It gives an error message. I'll have to test it out later. Maybe there was some other issue... though it worked just fine when I had removed the ".", so we'll see. smile

#118484 29/04/05 10:47 AM
Joined: Mar 2003
Posts: 612
B
Pan-dimensional mouse
Offline
Pan-dimensional mouse
B
Joined: Mar 2003
Posts: 612
i have no trouble using .msg although the "inputted" text is still shown if you have the target window open, if you do .msg somenick message from a script you wont see it go...


billythekid

Link Copied to Clipboard