source: .tests/talk_to_bitlbee.py @ c386390

Last change on this file since c386390 was c386390, checked in by / <>, at 2021-03-29T13:01:22Z

moar

  • Property mode set to 100644
File size: 192 bytes
Line 
1import btlib
2
3def talk_to_bitlbee(clis):
4    ret = True
5    ret = ret & btlib.connect_test(clis)
6    ret = ret & btlib.yes_test(clis)
7    return ret
8
9btlib.perform_test(btlib.talk_to_bitlbee)
Note: See TracBrowser for help on using the repository browser.