]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/news.cpp
Finally got level.h/cpp compiling into the project... beginning to store
[irc/gameservirc.git] / gameserv / news.cpp
index 3aff621f319a348a44725c3ebaeeb5c2cdc3e2fe..57b7c561e1e3417edad4b206d089268f414c951b 100644 (file)
@@ -48,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);