Skip to content
Snippets Groups Projects
Commit da3297fd authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

add !admin as way to call conduit bot

parent 9224e374
No related branches found
No related tags found
No related merge requests found
......@@ -529,6 +529,7 @@ struct ExtractBody {
let to_conduit = body.starts_with(&format!("{server_user}: "))
|| body.starts_with(&format!("{server_user} "))
|| body.starts_with("!admin")
|| body == format!("{server_user}:")
|| body == server_user;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment