Typo
authorjelmer <jelmer>
Wed, 21 Jan 2004 22:05:05 +0000 (00:05 +0200)
committerjelmer <jelmer>
Wed, 21 Jan 2004 22:05:05 +0000 (00:05 +0200)
README
main.c

diff --git a/README b/README
index bd7711e6d87f3d4eae5785fec596ff003d4f4d9e..43e6dbe6c17f0fc4f371d04ad29c35ee9772217e 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ Features
  * irssi-style logging support
  * Transparent detaching and attaching of clients
  * Password support
- * Replication support (from memory)
+ * Replication support (from memory or file)
  * Auto-Away support
  * Keeping track of events occuring 
  * Direct, inetd-style interfacing with local IRC servers (such as bitlbee)
diff --git a/main.c b/main.c
index 5d696876d28d92c81cd0d9802043964160114c64..d268d896b85e1084875da7177997e15819048643 100644 (file)
--- a/main.c
+++ b/main.c
@@ -387,7 +387,7 @@ int main(int argc, const char *argv[])
                }
        }
 
-       if(xmlNode_networks) {
+       if(!xmlNode_networks) {
                g_error("No networks listed");
                return 1;
        }