Rich (BB code):
/squelch /alias /memspells /echo Memorize spells ${Me.CleanName}
This alias only gets ran once when being declared. So it might actually echo a completely different character (whoever setup the alias).
Should probably move it to a custom event like Memorize Spells, and then use ${Me.CleanName} inside the event sub, so that it is evaluated at runtime.
- - - Updated - - -
Scratch that ${Me.CleanName} shouldn't even be needed, as you already have the ini file loaded, unless you are reading it again at runtime to allow a copy&paste /memspells

