Skip to content

Commit

Permalink
Updates extra() comment
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed Oct 9, 2023
1 parent 3241519 commit 3e7e557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ pub fn malicious(mercy_call: &str, mercy_domain: &str) -> String {
/// `crack` - Attempt to crack an encrypted string
///
/// `detect_lang` - Attempt to detect the language in a string (beta)
///
/// `parse_email` - Extract email data from an .eml file
pub fn extra(mercy_call: &str, mercy_choose: &str) -> String {
match mercy_call {
"internal_ip" => internal_ip(),
Expand Down

0 comments on commit 3e7e557

Please sign in to comment.