Bryan Drewery 22 лет назад
Родитель
Сommit
011d00cf8b
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      src/dccutil.c
  2. 1 1
      src/mod/notes.mod/notes.c

+ 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);