Changeset bc346a2 for .tests/btlib.py
- Timestamp:
- 2021-03-31T13:09:17Z (4 years ago)
- Children:
- 6083ea9
- Parents:
- bda5012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/btlib.py
rbda5012 rbc346a2 164 164 clis[1].send_priv_msg("&bitlbee", "register "+clis[1].pwd*2) 165 165 ret = (clis[1].receive(wait = 10).find('Account successfully created') != -1) 166 print("What is this"+ ret)166 print("What is this"+ str(ret)) 167 167 return ret 168 168
Note: See TracChangeset
for help on using the changeset viewer.