diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:12:34 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:12:34 +0000 |
commit | 0e8de37778d82c7909038b8847b92a98aff6f5e7 (patch) | |
tree | e18ad05ecd82bb30ede854a3336e5282daf9d4a1 /src/main.c | |
parent | 338cb38ee833442c3fe4b1799fb1fefa9f80d3ef (diff) |
Rewrote part of news system and moved it all to os_news.c. Removed src/news.c
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2584 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index d2aa0442f..d8fbe5627 100644 --- a/src/main.c +++ b/src/main.c @@ -152,7 +152,6 @@ void save_databases() save_hs_dbase(); } save_os_dbase(); - save_news(); save_exceptions(); } |