lunabot/src/journal/emotion.c

8 lines
80 B
C

#include <stdio.h>
void handle_emotion()
{
printf("test\n");
return;
}