mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
Im using the /amsg <text> (in script or in chat) and the message it posts does only show up in the IRC chats not the Twitch chats. how do i fix this?

Joined: Jan 2015
Posts: 168
P
Vogon poet
Offline
Vogon poet
P
Joined: Jan 2015
Posts: 168
I have the same problem. I would love to know this. Just out of curiosity are you trying to use it for Twitch? If so, I think this might be the issue.

Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
Yes im trying to use it for twitch, as said in the post.

Last edited by Joveice; 02/08/15 02:58 PM.
Joined: Jan 2015
Posts: 4
H
Self-satisified door
Offline
Self-satisified door
H
Joined: Jan 2015
Posts: 4
amsg doesn't work on twitch

Joined: Sep 2014
Posts: 259
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Sep 2014
Posts: 259
Just make your own function

Code:
alias allmsg {
var %i 1
while($chan(%i)) { msg $chan(%i) $1- | inc %i }
}


I don't know if that will work either tho :P

Last edited by Sakana; 28/08/15 04:39 AM.
Joined: Oct 2014
Posts: 35
M
Ameglian cow
Offline
Ameglian cow
M
Joined: Oct 2014
Posts: 35


Matti

Link Copied to Clipboard