world.ChatStopAcceptingCalls

MUSHclient script function (Method) — introduced in version 3.37

Stops this world from accepting chat calls

Prototype

void ChatStopAcceptingCalls();

Data type meanings

Description

Stops the world from accepting incoming chat calls. Existing calls are not affected. What this does is close the "listening" socket, so that the client no longer "hears" incoming calls.

Use ChatDisconnect or ChatDisconnectAll to disconnect existing calls.

VBscript example

ChatStopAcceptingCalls

Jscript example

ChatStopAcceptingCalls ();

PerlScript example

ChatStopAcceptingCalls ();

Python example

world.ChatStopAcceptingCalls

Lua example

ChatStopAcceptingCalls ()

Return value

Nothing.

Related topic

Chat system

See also

FunctionDescription
ChatAcceptCallsAccepts incoming chat calls
ChatDisconnectDisconnects a current chat call
ChatDisconnectAllDisconnects all current chat calls
GetChatListGets the list of chat sessions