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

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

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

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Issue with alias re-firing itself.
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Posted by Mr.lundmark   (35 posts)  [Biography] bio
Date Sun 13 May 2012 06:45 AM (UTC)  quote  ]
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

Posted by Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Sat 12 May 2012 10:50 PM (UTC)  quote  ]
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   (35 posts)  [Biography] bio
Date Sat 12 May 2012 02:08 PM (UTC)  quote  ]
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

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.


656 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

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

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]