mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-10 09:46:45 +02:00
Finalized and documented the Python scripting interface.
This commit is contained in:
@ -76,6 +76,7 @@ ToxAV *av;
|
||||
#endif /* AUDIO */
|
||||
|
||||
#ifdef PYTHON
|
||||
#include "api.h"
|
||||
#include "python_api.h"
|
||||
#endif
|
||||
|
||||
@ -1222,6 +1223,7 @@ int main(int argc, char **argv)
|
||||
#ifdef PYTHON
|
||||
|
||||
init_python(m);
|
||||
invoke_autoruns(prompt->chatwin->history, prompt);
|
||||
|
||||
#endif /* PYTHON */
|
||||
|
||||
|
Reference in New Issue
Block a user