@@ -24,6 +24,7 @@
#include "core_binds.h"
#include "egg_timer.h"
#include "src/mod/server.mod/server.h"
+#include "src/mod/notes.mod/notes.h"
#include <stdarg.h>
static struct portmap *root = NULL;
@@ -712,7 +712,7 @@ static void away_notes(char *bot, int idx, char *msg)
notes_read(dcc[idx].nick, 0, "+", idx);
}
-int chon_notes(int idx)
+int notes_chon(int idx)
{
if (dcc[idx].type == &DCC_CHAT)