mirror of
https://github.com/MeexReay/sRAC.git
synced 2025-06-23 18:12:57 +03:00
Fix: fix on_send_auth_message message text
This commit is contained in:
parent
edd9085304
commit
db20437749
@ -151,7 +151,7 @@ pub fn on_send_auth_message(
|
||||
let mut text = text.to_string();
|
||||
text.truncate(ctx.args.message_limit);
|
||||
|
||||
add_message(text.as_bytes(), ctx, None)?;
|
||||
add_message(format!("<{name}> {text}").as_bytes(), ctx, None)?;
|
||||
|
||||
Ok(None)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user