diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-12-01 12:08:51 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-12-01 12:09:34 +0100 |
commit | c6f85b9312decba0bbcf5dcba4b801a4aab29b56 (patch) | |
tree | 22c7c24b9a301916e52700364cd30047ecef29db /src | |
parent | 5e4d52ad4717fb07dde629902beb70c252c8c8b4 (diff) |
made the chanstats fantasy modules work again.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/geoipupdate.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/geoipupdate.sh b/src/tools/geoipupdate.sh index 827860a16..0b02dae36 100644 --- a/src/tools/geoipupdate.sh +++ b/src/tools/geoipupdate.sh @@ -5,6 +5,9 @@ # them into existing mysql tables. The tables are created # by the irc2sql module on the first load. +# Dont forget to rename this file or your changes +# will be overwritte on the next 'make install' + ############################ # Config ############################ @@ -16,7 +19,7 @@ mysql_user="anope" mysql_password="anope" mysql_database="anope" prefix="anope_" -die="no" +die="yes" ########################### |