can call agents from any submenu now

websockets-multiuser
Carrie Roberts 2017-10-13 10:45:55 -06:00
parent acdb393a01
commit 0485b2b6fd
1 changed files with 4 additions and 0 deletions

View File

@ -925,6 +925,10 @@ class SubMenu(cmd.Cmd):
"Jump to the listeners menu."
raise NavListeners()
def do_agents(self, line):
"Jump to the agents menu."
raise NavAgents()
def do_main(self, line):
"Go back to the main menu."
raise NavMain()