summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8175dbe..1ccca8a 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,7 @@
#include "channel.h"
#include "user.h"
#include "word.h"
+#include "export_xml.h"
#define NICK_BUFFER_SIZE 0x100
#define TEXT_BUFFER_SIZE 0x400
@@ -109,6 +110,7 @@ int main(int argc, char **argv) {
file = file->next;
}
+ export_xml(channel, users);
user_free();
word_free();
}