From a6c2b5de40b08a92325d1c90d99d640a0a592e58 Mon Sep 17 00:00:00 2001 From: dissimulo Date: Tue, 21 Apr 2026 09:32:48 -0700 Subject: [PATCH] =?UTF-8?q?irssi/config:=20add=20/spam=20alias=20=E2=80=94?= =?UTF-8?q?=20cat=20file=20from=20~/ascii=20to=20channel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /spam runs 'cat ~/ascii/' via EXEC -out, which sends each line of output as a message to the current channel/query. Good for posting ASCII art. Usage: /spam (file lives at ~/ascii/) --- .irssi/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.irssi/config b/.irssi/config index 188c0a25..f5446484 100644 --- a/.irssi/config +++ b/.irssi/config @@ -158,6 +158,7 @@ aliases = { SB = "SCROLLBACK"; SBAR = "STATUSBAR"; SIGNOFF = "QUIT"; + SPAM = "EXEC -out cat ~/ascii/$0"; SV = "MSG * Irssi $J ($V) - http://www.irssi.org"; T = "TOPIC"; UB = "UNBAN";