diff options
| author | troido <troido@protonmail.com> | 2020-04-21 18:14:52 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-21 18:14:52 +0200 |
| commit | 36dc11d82fdc7b5db965f0c33c1ee5da9aa1818c (patch) | |
| tree | b90286433f8d129db69d0dc15c213b938392cc65 /src/components/interactable.rs | |
| parent | 99e3ad27e075ccf327d0f399bfa73d75be66d13d (diff) | |
added options notification
Diffstat (limited to 'src/components/interactable.rs')
| -rw-r--r-- | src/components/interactable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interactable.rs b/src/components/interactable.rs index f48fb9d..757e27e 100644 --- a/src/components/interactable.rs +++ b/src/components/interactable.rs @@ -69,7 +69,7 @@ impl Interactable { if let Some(txt) = arg { txt.starts_with("visit ") || txt.starts_with("disallow ") || txt.starts_with("allow ") || txt.starts_with("whitelist") } else { - false + true } } Mine(_) => arg.is_none() |
