MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / createChan

Function createChan

src/bitmessagecli.py:454–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

452 print ' '
453
454def createChan():
455 global usrPrompt
456 password = userInput("Enter channel name")
457 password = password.encode('base64')
458 try:
459 print api.createChan(password)
460 except:
461 print '\n Connection Error\n'
462 usrPrompt = 0
463 main()
464
465
466def joinChan():

Callers 1

UIFunction · 0.85

Calls 3

userInputFunction · 0.85
mainFunction · 0.70
encodeMethod · 0.45

Tested by

no test coverage detected