You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I'm trying to set up an event to replace a list of names with *name for logging
I chose Regexp with a (name1|name2|)name3) nugget to spit out the name in a /get varaiable
And in the case of the send field, this works fine (use it to answer msummon/mjoin requests).
However, replace doesn't. it spits out things like:
Fiore pages, "testing" to you.
*/get 0 pages, "testing" to you.
*[/get 0] pages, "testing" to you.
*[[/get 0]] pages, "testing" to you.
meet [/get 0] pages, "testing" to you.
the meet [/get 0] is code I know works. I would have expected it to say:
*Fiore pages, "testing" to you.
The text was updated successfully, but these errors were encountered:
I'm trying to set up an event to replace a list of names with *name for logging
I chose Regexp with a (name1|name2|)name3) nugget to spit out the name in a /get varaiable
And in the case of the send field, this works fine (use it to answer msummon/mjoin requests).
However, replace doesn't. it spits out things like:
Fiore pages, "testing" to you.
*/get 0 pages, "testing" to you.
*[/get 0] pages, "testing" to you.
*[[/get 0]] pages, "testing" to you.
meet [/get 0] pages, "testing" to you.
the meet [/get 0] is code I know works. I would have expected it to say:
*Fiore pages, "testing" to you.
The text was updated successfully, but these errors were encountered: