* Spellup spell column widths are now kept over update calls
* Spellup spells can now be marked as skills, "cast" will not be prepended in this case
* Spellup spells can now be marked as self-only to manage spelling up others
* Added command: #givespell <name> to spell up another person
Version 0.1c implements all the basic functionality:
* Aliases
* Triggers based on regular expressions with replacement of $n variables in the trigger command with the matched strings.
* Spellup spells management (monitors spells added as spellup spells for wearing off, unsuccessful casts; prepares spells for re-casts, re-casts spells on failure automatically up to a maximum number of times customized in Preferences)
* Key bindings
* Basic preferences... read more
All the base intended functionality is in:
* Base preferences (font settings, spell cast failure message, max. spell recast attempts)
* Spells management (monitor for spells wearing off, failed casts, recast on demand)
* Ability to store server name/port pairs
* Aliases
* Triggers (Perl-style regexps, off the QRegExp class; allows to reference values extracted from the match via $n)
Version 0.1 handles connections, aliases and triggers (perl-style regexp). MCCP support in planning.