From 5f2158187281d13a47b9061f1ecc496674ad12db Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 21 Sep 2016 17:00:44 +0200 Subject: Add security info and script --- security/sa_patch.pl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 security/sa_patch.pl (limited to 'security/sa_patch.pl') diff --git a/security/sa_patch.pl b/security/sa_patch.pl new file mode 100644 index 0000000..2194dc7 --- /dev/null +++ b/security/sa_patch.pl @@ -0,0 +1,2 @@ +Irssi::signal_add_first("print text", sub { + for ($_[1]) { $_ .= ' ' if /\cD(?!.....)/ } &Irssi::signal_continue }) -- cgit v1.2.3