Commit Graph
3 Commits
Author SHA1 Message Date
Ethan 75a762f3e8 /me command - Use regex to replace formatting text
Uses regex to replace strings that match `<*>` and `~*~` in the `/me` command.
Regex: https://regex101.com/r/rrNMnx/1
2022-04-13 19:23:45 +12:00
Ethan d5280f32f2 🐎 /me command - Convert pairs() loop to for loop
As per test 9 @ https://springrts.com/wiki/Lua_Performance#TEST_9:_for-loops
2022-04-13 19:06:59 +12:00
Ethan c21cde06f7 🐎 /me command - Check input first 2022-04-13 19:02:18 +12:00