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


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  addxml send won't allow multiple quotations?

addxml send won't allow multiple quotations?

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


Posted by Grimvald   (2 posts)  [Biography] bio
Date Sun 11 Jul 2021 10:27 PM (UTC)
Message
I'm trying to make a trigger that will have a hyperlink in the 'send' box. When I do this:

addxml.trigger { match = "You still have to kill * %2 *",
regexp = false,
['repeat'] = true, -- repeat is lua keyword
send = "Hyperlink ("mgt %1", "kill %2", "click", "yellow", "%3", 0)",
sequence = 50,
enabled = true,
send_to = sendto.script,
group = "cpclix",
}

I am getting errors on the 'send' line because of the extra quotes. When I remove the quotes the trigger generates, but is not a hyperlink.

Thanks in advance!
[Go to top] top

Posted by Nick Gammon   Australia  (22,928 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Sun 11 Jul 2021 10:42 PM (UTC)

Amended on Sun 11 Jul 2021 10:43 PM (UTC) by Nick Gammon

Message
In Lua you can use single quotes inside double quotes or vice-versa. So for example:


print ("Nick says 'hello' to you")


In your case it would be:


 send = "Hyperlink ('mgt %1', 'kill %2', 'click', 'yellow', '%3', 0)",

- Nick Gammon

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

Posted by Grimvald   (2 posts)  [Biography] bio
Date Reply #2 on Sun 11 Jul 2021 10:44 PM (UTC)
Message
omg thanks, that fixed it.

never even thought about that :)
[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.


5,957 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]