summaryrefslogtreecommitdiff
path: root/src/tools/README
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-31 04:41:49 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-31 04:41:49 +0000
commiteaf211d59ca799719970f2789758eff6bc269eab (patch)
treecae77dc658b5f5fdfe8b68307e6b0e79b4161652 /src/tools/README
parent94822c99c0bc84756ee0870b7d39c6410ed9184a (diff)
Burned db-merger & docs, it will eventually need a complete rewrite
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2847 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/tools/README')
-rw-r--r--src/tools/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/tools/README b/src/tools/README
index 3acb80ad2..0b2b2ec32 100644
--- a/src/tools/README
+++ b/src/tools/README
@@ -2,10 +2,6 @@ Anope Bundled Tools
-------------------
1) Anope SMTP Client
-2) Anope Database Merger
-3) Epona to Anope Database Converter
-
-1) Anope SMTP Client
Provided with Anope is a simple SMTP client which can be used instead of
programs like SendMail in some cases.
@@ -29,30 +25,3 @@ Anope Bundled Tools
Originally written by Dominick Meglio <codemastr@unrealircd.com>
Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>
-2) Anope Database Merger
-
- This program tries to merge two standard Anope database sets (ChanServ,
- NickServ, BotServ, and MemoServ).
-
- To merge two database sets, put them both in the folder where the merger
- is located. The first database set must be named <name>1.db (nick1.db,
- chan1.db, etc); the second database set must be named <name>2.db (nick2.db,
- chan2.db, etc). If you execute the merger now the databases will be merged
- into databases named <name>.db.
-
- Credits:
- Written by Florian Schulze <certus@anope.org>
-
-3) Epona to Anope Database Converter
-
- This program tries to convert databases made by epona .4.15 and up to
- standard anope databases. Currently, only the ChanServ database needs to
- be converted.
-
- Put your Epona (ChanServ) database in the folder where the epona2anope
- executable file is located. Rename this ChanServ database file to
- chan1.db and then run the converter (epona2anope). A new database called
- chan.db will be created; this file is Anope-compatible.
-
- Credits:
- Written by Florian Schulze <certus@anope.org>