]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/news.cpp
Changed version to 1.2.4+devel
[irc/gameservirc.git] / gameserv / news.cpp
index df06e70a59237e5320871e4f3735baff1c83c261..57b7c561e1e3417edad4b206d089268f414c951b 100644 (file)
@@ -1,5 +1,6 @@
 #include "extern.h"
 #include <fstream>
+#include <stdio.h>
 
 using std::ofstream;
 using std::ifstream;
@@ -47,6 +48,7 @@ void addNews(List<myString> &news, const char *fmt, ...)
         log("New News Item: %s", input);
     #endif
 
+    notice(s_GameServ, c_Forest, "News Flash: %s", input);
     myString *nstring;
     nstring = new myString(input);
     news.insertAtBack(nstring);