MUSHclient 4.98 release notes

Version 4.98

Released on 09 May 2015

1. Enhanced the help file documentation for the Lua string.find function to clarify a few points, and mention the "frontier" pattern type.

2. Fixed bug where, if you pasted in a new trigger / alias / timer from the clipboard, and that new item (or items) called a script function, the entry point(s) were not located, and thus it would give an error message:

Trigger function "xxx" not found or had a previous error.

[master 11e6264]

3. Fixed bug (introduced in version 4.97) where reloading a plugin could cause the client to crash. This was because of the code to handle negative plugin sequence numbers.

[master 94e2428, bf1e3af]