Fix typo lte -> lta
This commit fixes the typo of the shorthand of lte to be the correct version, which is lta.master
parent
9cbe6b4d1d
commit
fe6ace02e7
|
@ -6,7 +6,7 @@ import inspect
|
|||
|
||||
def err(msg): return pinhook.plugin.message(msg)
|
||||
|
||||
@pinhook.plugin.command('<e', help_text='Alias -- &last_tilde_answer')
|
||||
@pinhook.plugin.command('<a', 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
|
||||
|
|
Loading…
Reference in New Issue