[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Lua
. . -> [Subject]  Issue with alias re-firing itself.

Issue with alias re-firing itself.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Posted by Mr.lundmark   (51 posts)  [Biography] bio
Date Sat 12 May 2012 02:08 PM (UTC)
Message
Hi,

I'm unable to resolve my issue where I have an alias that sends its own input to the world. It seems to fire off itself even though I'm using the Send() function.

The alias looks like:
<alias
name="DoMovement"
script="Move"
match="^n$|^s$|^w$|^e$|^ne$|^nw$|^se$|^sw$|^u$|^d$"
regexp="y"
enabled="y"
sequence="20"
keep_evaluating="n"
></alias>

Where the implementation is:

function Move(name, input, wildcards)
Note(input)
Send(input)
end

And my output using trace is:
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e
TRACE: Matched alias DoMovement
TRACE: Executing alias script "Move"
e

What am I doing wrong? :)
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Sat 12 May 2012 10:50 PM (UTC)
Message
Have you made your own Send function by any chance? Try changing the alias one to world.Send and see if that makes a difference.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Mr.lundmark   (51 posts)  [Biography] bio
Date Reply #2 on Sun 13 May 2012 06:45 AM (UTC)
Message
Wow! Nice catch! Yeah I had my own Send-function. I made the script in python and converted it to Lua. Totally missed that, thanks!
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


9,864 views.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]