1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-10 09:46:45 +02:00

Python interface for getting the user's nickname/status and executing commands

This commit is contained in:
jakob
2017-05-15 22:12:28 -04:00
parent 0e13a1f1bc
commit 90210daca7
6 changed files with 120 additions and 12 deletions

View File

@ -1221,7 +1221,7 @@ int main(int argc, char **argv)
#ifdef PYTHON
init_python();
init_python(m);
#endif /* PYTHON */