disconnect:-
	to_bb(user_dialog,'disco request noted by kh '),
	to_bb(user_dialog,'apparently for nobody').

disconnect(_Arg):-
	to_bb(user_dialog,'disco request noted '),
	to_bb(user_dialog,'apparently for',_Arg).
