refactor: minor tweaks

This commit is contained in:
2025-03-06 17:59:42 -05:00
parent c4454fe217
commit 9ce4a7aa1f
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ impl CommandSource {
self.state.lua.globals().get::<Function>("ncr_encrypt"),
) && let Ok(encrypted) = encrypt.call::<String>((options, prepend_header(&chunk)))
{
chunk = encrypted
chunk = encrypted;
}
self.client.chat(
&(if self.message.is_whisper()