world.ResetIP

MUSHclient script function (Method) — introduced in version 3.73

Resets the cached IP address of the world and proxy server

Prototype

void ResetIP();

Data type meanings

Description

Call this function to reset the internal copy of the world's IP address, saved after looking up its domain name.

This would be useful if you connect to worlds that frequenly change their address, otherwise the old (cached) one would be used when you connect to the world the second and subsequent times.

VBscript example

ResetIP

Jscript example

ResetIP ()

Lua example

ResetIP ()

Return value

Nothing.

See also

FunctionDescription
ConnectConnects the world to the MUD server
DisconnectDisconnects the world from the MUD server