Fix typo lte -> lta

This commit fixes the typo of the shorthand of lte to be the correct
version, which is lta.
master
Julian Marcos 2023-09-03 20:27:49 +02:00
parent 9cbe6b4d1d
commit fe6ace02e7
No known key found for this signature in database
GPG Key ID: 33A8988F3B9067A0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import inspect
def err(msg): return pinhook.plugin.message(msg)
@pinhook.plugin.command('&lte', help_text='Alias -- &last_tilde_answer')
@pinhook.plugin.command('&lta', help_text='Alias -- &last_tilde_answer')
@pinhook.plugin.command('&last_tilde_answer', help_text='See the last_tilde\'s answer', ops=False, ops_msg='This command is admin-only as it\'s flaky, and a bit broken.')
def last_tilde(msg):
nick = msg.nick