mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-17 09:26:35 +01:00
Implemented a basic Python scripting engine, optional compilation.
This commit is contained in:
@@ -67,6 +67,9 @@ static struct cmd_func global_commands[] = {
|
||||
{ "/lsvdev", cmd_list_video_devices },
|
||||
{ "/svdev" , cmd_change_video_device },
|
||||
#endif /* VIDEO */
|
||||
#ifdef PYTHON
|
||||
{ "/run", cmd_run },
|
||||
#endif /* PYTHON */
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user