@@ -1,3 +1,5 @@
+* Fix LASTON not being shared
+
1.3.3 - http://wraith.botpack.net/milestone/1.3.3
* Fix --disable-ipv6 compiling
* Update cmd_mop to support console channel (so it works via Auth commands better)
@@ -728,10 +728,8 @@ static bool laston_set(struct userrec *u, struct user_entry *e, void *buf)
e->u.extra = (struct laston_info *) buf;
}
- /* FIXME: laston sharing is disabled until a better solution is found
if (!noshare)
shareout("c LASTON %s %s %li\n", u->handle, li->lastonplace ? li->lastonplace : "-", li->laston);
- */
return 1;