Mercurial > wow > ouroloot
comparison core.lua @ 88:c9f955f9a285
Update the TODO text. Handle additional slash arg to the tab-opening routine and dispatch accordingly (History done, EOI remains).
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 22 Jun 2012 02:39:22 +0000 |
parents | 9fea75b0927b |
children | 939569ded66f |
comparison
equal
deleted
inserted
replaced
87:9fea75b0927b | 88:c9f955f9a285 |
---|---|
1670 end | 1670 end |
1671 self.NOLOAD = nil | 1671 self.NOLOAD = nil |
1672 self:Print("Window unlocked, best of luck.") | 1672 self:Print("Window unlocked, best of luck.") |
1673 | 1673 |
1674 else | 1674 else |
1675 if self:OpenMainDisplayToTab(cmd) then | 1675 if self:OpenMainDisplayToTab(cmd,arg) then |
1676 return | 1676 return |
1677 end | 1677 end |
1678 self:Print("Unknown command '%s'. %s to see the help window.", | 1678 self:Print("Unknown command '%s'. %s to see the help window.", |
1679 cmd, tostring(green_help_link)) | 1679 cmd, tostring(green_help_link)) |
1680 end | 1680 end |