Name GetPluginName
Type Method
Summary Returns the name of the current plugin
Prototype BSTR GetPluginName();
Description Returns the name of the currently-executing plugin. If no plugin is executing an empty string will be returned.

Note: Available in MUSHclient version 3.23 onwards.
VBscript example
World.Note World.GetPluginName
Jscript example
World.Note (World.GetPluginName ());
PerlScript example
$World->Note ($World->GetPluginName ());
Returns The name of the current plugin, or an empty string if no plugin is running.

See also ...