]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
README: Added rehash instructions
authorstrtok <redacted>
Tue, 29 Jan 2002 00:15:03 +0000 (00:15 +0000)
committerstrtok <redacted>
Tue, 29 Jan 2002 00:15:03 +0000 (00:15 +0000)
README
config.c

diff --git a/README b/README
index 585c419441e09f4b5a5814e77f4883112a6a0dfd..bfd9cbf195cfb21e38c1b436a6ab59c148c6b448 100644 (file)
--- a/README
+++ b/README
@@ -34,6 +34,14 @@ botnick <check> <host>  -- Manually scan host for insecure proxies and output al
 botnick stats           -- Output scan stats, uptime and client connection count.
 
 
+Rehashing the Configuration File
+--------------------------------
+
+Everytime BOPM reconnects to the IRC server it rereads 
+its configuration file. It is then possible to rehash
+the bot by /kill'ing it.
+
+
 Credits
 -------
 
index 31f25309f43ef632b9c9587a139705710b28d3e8..bfe319f168525877fbcd5f8576223d88667e3727 100644 (file)
--- a/config.c
+++ b/config.c
@@ -80,7 +80,7 @@ config_hash hash[] = {
        {"DNSBL_TO",            TYPE_STRING, 0,0,    &CONF_DNSBL_TO           },
        {"SENDMAIL",            TYPE_STRING, 0,0,    &CONF_SENDMAIL           },
        {"HELP_EMAIL",          TYPE_STRING, 1,0,    &CONF_HELP_EMAIL         },
-       {"AWAY",                TYPE_STRING, 1,0,    &CONF_AWAY               },
+       {"AWAY",                TYPE_STRING, 0,0,    &CONF_AWAY               },
 };