1
0
Bryan Drewery 22 жил өмнө
parent
commit
011d00cf8b

+ 1 - 0
src/dccutil.c

@@ -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;

+ 1 - 1
src/mod/notes.mod/notes.c

@@ -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)
     notes_read(dcc[idx].nick, 0, "+", idx);