[MOD] I will never beat those.

This commit is contained in:
LDA 2024-06-26 03:59:43 +02:00
commit bc3e5ab83a

View file

@ -48,6 +48,11 @@ XMPPSendPlain(XMPPComponent *comp, char *fr, char *to, char *msg, char *type, ch
text_elem = XMLCreateText("\"LDA HANG YOURSELF\" - Zayd"); text_elem = XMLCreateText("\"LDA HANG YOURSELF\" - Zayd");
XMLAddChild(parsee_text, text_elem); XMLAddChild(parsee_text, text_elem);
XMLAddChild(parsee, parsee_text); XMLAddChild(parsee, parsee_text);
parsee_text = XMLCreateTag("mcnebs-note");
text_elem = XMLCreateText("LDA will never beat the allegations");
XMLAddChild(parsee_text, text_elem);
XMLAddChild(parsee, parsee_text);
/* TODO: Add custom fields depending on the caller's wishes */ /* TODO: Add custom fields depending on the caller's wishes */
} }