From 3c28f637affeed5fdba4a3e3bccdf95d64a99454 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 6 May 2025 16:35:10 +0200 Subject: remove too commonly used used for shifty_eyes --- src/hooks/shifty_eyes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/shifty_eyes.rs b/src/hooks/shifty_eyes.rs index 6203075..dfe75a7 100644 --- a/src/hooks/shifty_eyes.rs +++ b/src/hooks/shifty_eyes.rs @@ -1,7 +1,7 @@ use anyhow::{bail, Context, Result}; use irc::client::prelude::*; -const EYES: [char; 11] = ['^', 'v', 'V', '>', '<', 'x', 'X', '-', 'o', 'O', '.']; +const EYES: [char; 7] = ['^', 'v', 'V', '>', '<', 'x', 'X']; const NOSE: [char; 7] = ['.', '_', '-', ';', '\'', '"', '~']; /// you are being watched <.< -- cgit v1.2.3