Skip to content
General IRCd

Action Message Help

A TG007 community discussion started by CharmedOne.

Discussion 2 posts
Page 1 of 1
Open
Topic #15845 · 2 published posts · 1,608 views

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
  }
}

 

 

Edited Apr 21, 2013 4:36 AM by err0r

Get information about ircWx here