mIRC Home    About    Download    Register    News    Help

Print Thread
#118477 25/04/05 06:37 PM
Joined: Apr 2005
Posts: 53
A
aDevil Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Apr 2005
Posts: 53
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You need to use halt. Echo it too.

#118479 25/04/05 07:10 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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.


Invision Support
#Invision on irc.irchighway.net
#118480 25/04/05 11:29 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
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.


I refuse to engage in a battle of wits with an unarmed person. wink
#118481 26/04/05 12:42 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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


Invision Support
#Invision on irc.irchighway.net
#118484 29/04/05 10:47 AM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
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