/datum/expansion/multitool/store/interact(var/obj/item/device/multitool/M, var/mob/user)
if(CanUseTopic(user) != STATUS_INTERACTIVE)
return
if(M.get_buffer() == holder)
M.set_buffer(null)
to_chat(user, "You purge the connection data of \the [holder] from \the [M].")
else
M.set_buffer(holder)
to_chat(user, "You load connection data from \the [holder] to \the [M].")