mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Added python support to -v
This commit is contained in:
parent
0fc0b3eeec
commit
2783c84a13
@ -130,6 +130,12 @@ main(int argc, char **argv)
|
|||||||
g_print("C plugins: Disabled\n");
|
g_print("C plugins: Disabled\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef PROF_HAVE_PYTHON
|
||||||
|
g_print("Python plugins: Enabled\n");
|
||||||
|
#else
|
||||||
|
g_print("Python plugins: Disabled\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user