mIRC Home    About    Download    Register    News    Help

Print Thread
J
Joveice
Joveice
J
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?

P
powerade661
powerade661
P
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.

J
Joveice
Joveice
J
Yes im trying to use it for twitch, as said in the post.

Last edited by Joveice; 02/08/15 02:58 PM.
H
HackHeaven
HackHeaven
H
amsg doesn't work on twitch

S
Sakana
Sakana
S
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.
M
MattiSony
MattiSony
M


Link Copied to Clipboard