blob: 0d6d200f8a8a2e943e7139f478443ee09d978d94 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void remove_interactive(object ob)
3
4DESCRIPTION
5 Close the connection to the interactive object ob.
6
7 For the time of the LPC execution, the object is only marked
8 internally as 'about to be closed', meaning that while all
9 output will be redirected to stdout, the actual network connection
10 will continue to exist until the LPC execution ends.
11
12SEE ALSO
13 connect(M), logon(A), disconnect(M)