Ok this works but in room it does not look like a action message, what has to be changed to make it look like a action message?
&Action text: { /splay zip.wav | 0,12[0,9Action Text0,12] } | { /ame
$$?="Enter Message:" } A TG007 community discussion started by CharmedOne.
Ok this works but in room it does not look like a action message, what has to be changed to make it look like a action message?
&Action text: { /splay zip.wav | 0,12[0,9Action Text0,12] } | { /ame
$$?="Enter Message:" } you would fix your on input to style your normal /me bleh
which /ame bypasses like /amsg does
seems like the thing to do would be to create your own alias ame to do the echo's and .ame
Simple example
alias ame {
.ame $1-
var %a 1
while ($chan(%a)) {
echo $v1 $me $+ : $1-
inc %a
}
}
Get information about ircWx here
Sign in to reply or start a new topic where your account has permission.