]> jfr.im git - irc/gameservirc.git/commitdiff
removed the annoying player data saved msg unless in debugmode
authorkainazzzo <redacted>
Fri, 21 Jan 2005 02:26:04 +0000 (02:26 +0000)
committerkainazzzo <redacted>
Fri, 21 Jan 2005 02:26:04 +0000 (02:26 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@281 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/tcpclient.cpp

index e421b2c31331d379a3d82d9b59acb91e19f286f2..fdeff2d083e4b3d062f9a401d08e199c9ed50c1b 100644 (file)
@@ -296,7 +296,9 @@ int main(int argc, char *argv[])
            save_gs_dbase();
            saveNews(newsdata, todaysnews);
            // Send notice to the channel of the update
            save_gs_dbase();
            saveNews(newsdata, todaysnews);
            // Send notice to the channel of the update
-           notice(s_GameServ, c_Forest, "%S player data saved");
+           #ifdef DEBUGMODE
+               notice(s_GameServ, c_Forest, "%S player data saved");
+           #endif
        }
 
 
        }