[MOD/ADD] Get rid of pre, modify /, and tools

Right now, only adminify exists, if you dare to build it yourself that
is...
This commit is contained in:
LDA 2024-07-25 16:38:58 +02:00
commit 1103425912
7 changed files with 196 additions and 7 deletions

View file

@ -8,7 +8,8 @@ typedef enum XEP393Type {
XEP393_ITALIC,
XEP393_EMPH,
XEP393_MONO,
XEP393_TEXT
XEP393_TEXT,
XEP393_NL
} XEP393Type;
typedef struct XEP393Element {
struct XEP393Element *parent;