Bryan Drewery 14 лет назад
Родитель
Сommit
3c4087d1c2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 2 0
      doc/UPDATES
  2. 0 2
      src/userent.c

+ 2 - 0
doc/UPDATES

@@ -1,3 +1,5 @@
+* Fix LASTON not being shared
+
 1.3.3 - http://wraith.botpack.net/milestone/1.3.3
 1.3.3 - http://wraith.botpack.net/milestone/1.3.3
   * Fix --disable-ipv6 compiling
   * Fix --disable-ipv6 compiling
   * Update cmd_mop to support console channel (so it works via Auth commands better)
   * Update cmd_mop to support console channel (so it works via Auth commands better)

+ 0 - 2
src/userent.c

@@ -728,10 +728,8 @@ static bool laston_set(struct userrec *u, struct user_entry *e, void *buf)
     e->u.extra = (struct laston_info *) buf;
     e->u.extra = (struct laston_info *) buf;
   }
   }
 
 
-  /* FIXME: laston sharing is disabled until a better solution is found
   if (!noshare)
   if (!noshare)
     shareout("c LASTON %s %s %li\n", u->handle, li->lastonplace ? li->lastonplace : "-", li->laston);
     shareout("c LASTON %s %s %li\n", u->handle, li->lastonplace ? li->lastonplace : "-", li->laston);
-  */
 
 
   return 1;
   return 1;
 }
 }