Make UWorld servers work when not directly connected to them. Fix a
[ircu2.10.12-pk.git] / ircd / ircd_parser.y
index 920cf473db9f94b0ba6c889a90e9c7eb91527198..8b383548c469deb253c3d6c3c6421af4ad579a9e 100644 (file)
@@ -477,7 +477,7 @@ uworldblock: UWORLD '{' uworlditems '}' ';'
  if (name)
  {
   struct ConfItem *aconf = make_conf(CONF_UWORLD);
-  aconf->name = name;
+  aconf->host = name;
  }
  else
  {