Add olm account loading/creation and a initial olm command.
This commit is contained in:
parent
45e6f742ec
commit
c52b7866c8
5 changed files with 210 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -36,6 +36,7 @@ from matrix.colors import Formatted
|
|||
from matrix.utf import utf8_decode
|
||||
from matrix.http import HttpResponse
|
||||
from matrix.api import MatrixSendMessage
|
||||
from matrix.encryption import matrix_olm_command_cb
|
||||
|
||||
# Weechat searches for the registered callbacks in the scope of the main script
|
||||
# file, import the callbacks here so weechat can find them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue