Jump to content

Action Message Help


CharmedOne

Recommended Posts

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

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...