blob: f7a9f3dd9e9b8c5089d05fd16b9f0b3ec8936619 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void disconnect(object ob)
3
4DESCRIPTION
5 Handle the loss of the IP connection for the (formerly)
6 interactive object ob. The connection can be lost because the
7 the underlying transport connection was lost (``netdead''), or
8 because of a call to exec() or remove_interactive(). The
9 connection will be unbound upon return from this call.
10
11SEE ALSO
12 connect(M), remove_player(M), remove_interactive(E), exec(E),
13 interactive(E)