def welcomeCallback(clientId): sendToClient(clientId, welcomeMessage % rootCmdMap.commands())
def welcomeCallback( clientId ): sendToClient( clientId, welcomeMessage % rootCmdMap.commands() )
def cmdColumnsDemo( clientId, remaining ): sendToClient( clientId, "\r\n{!{FYColumns Demo:\r\n\r\n" + toColumns( [ rootCmdMap.commands(), "no color\r\n{!bold\r\n{FMfore magenta\r\n" + rootCmdMap.commands(), demoMsg ], [9, 15, 40], True ) + noSeps )
def cmdColumnsDemo(clientId, remaining): sendToClient( clientId, "\r\n{!{FYColumns Demo:\r\n\r\n" + toColumns([ rootCmdMap.commands(), "no color\r\n{!bold\r\n{FMfore magenta\r\n" + rootCmdMap.commands(), demoMsg ], [9, 15, 40], True) + noSeps)