From 6f0636172befeae846cfb3bf86a758e34ba260d6 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 5 Aug 2008 21:11:37 +0000 Subject: [PATCH] Added /tway as a slash command for TomTom's waypoint command, to avoid conflicts with Cartographer --- TomTom.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/TomTom.lua b/TomTom.lua index f3b9482..b3a52c6 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -876,6 +876,7 @@ for cidx,c in ipairs{GetMapContinents()} do end SLASH_WAY1 = "/way" +SLASH_WAY2 = "/tway" SlashCmdList["WAY"] = function(msg) local tokens = {} for token in msg:gmatch("%S+") do table.insert(tokens, token) end -- 1.7.9.5