* fix-laston: * Fix LASTON not being shared Conflicts: doc/UPDATES
@@ -1,6 +1,7 @@
next
* Bot will now jump from the server it's on if it is removed from the server list. (fixes a changing network bug)
* Properly honor exemptions when kicking matched RBL clients
+ * Fix LASTON not being shared
1.4.0 - http://wraith.botpack.net/milestone/1.4.0
* Updated server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
@@ -729,10 +729,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;