This page can be quickly reached from the link: http://www.gammon.com.au/summary
Version 4.55 of MUSHclient has a new feature, intended to help us on the forum solve difficulties with problematic situations.
To use it, type into the Immediate scripting window (with scripting active and Lua as the script language):
Debug ("summary")
The syntax would be similar for other languages.
A summary of the world information is dumped to the output window, for example:
-------------- MUSHclient summary --------------
MUSHclient version: 4.55
Compiled: Jul 20 2010.
Operating system: Windows XP
Using: Lua 5.1.4, PCRE 8.10, PNG 1.4.3, SQLite3 3.6.23.1, Zlib 1.2.5
Script language: Lua, enabled: yes
Scripting active: yes
Script file: C:\Program Files\MUSHclient\worlds\test.lua
** Triggers: 4 in world file, triggers enabled: yes.
4 enabled, 2 regexp, 764 attempts, 4 matched, 0.001660 seconds.
** Aliases: 25 in world file, aliases enabled: yes.
25 enabled, 0 regexp, 530 attempts, 1 matched, 0.012087 seconds.
** Timers: 1 in world file, timers enabled: yes.
1 enabled, 186 fired.
** Variables: 7.
MCCP active, took 0.000948 seconds to decompress
Plugin: 87a0ec3649ab9a04d5ea618d, 'Omit_Blank_Lines', enabled: yes
Plugin: 85f72d0e263d75df7bde6f00, 'ATCP_NJG', enabled: yes
Plugin: b9cfe98d6a35dd98cd8ceacc, 'Telnet_Logger_MW', enabled: yes
** Plugins: 3 loaded, 3 enabled.
Received: 4237 bytes (4 Kb)
Sent: 300 bytes (0 Kb)
Output buffer: 256 of 50000 lines.
Total lines received: 257
MXP active: no, Pueblo mode: no
MXP tags received: 0
MXP entities received: 0
MXP errors: 0
** Commands in command history: 9
-------------- End summary --------------
This lets us see things like:
- MUSHclient version
- Operating system
- Library version (eg. PNG)
- Count of triggers, aliases, timers
- How many triggers, aliases, timers were enabled, and how many fired
- Summary of installed plugins and whether enabled or not
- What scripting language is in use, and if enabled
- Counts of bytes sent and received
- Some timing information