svn: 1007
@@ -4,6 +4,7 @@ This is a summary of ChangeLog basically.
1.Fixed cosmetic error in help:decrypt.
2.Fixed a chmod() problem when the config was missing.
+3.Fixed config file not saving/recognizing IPV6 ip.
1.1.7
@@ -345,7 +345,7 @@ conf_addbot(char *nick, char *ip, char *host, char *ip6)
if (ip && strcmp(ip, "."))
bot->ip = strdup(ip);
- if (ip6 && strcmp(ip, "."))
+ if (ip6 && strcmp(ip6, "."))
bot->ip6 = strdup(ip6);
bot->u = NULL;