From 8743f66f1f8d81ffc905e345849b9a536a8390af Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 8 May 2017 08:24:55 -0400 Subject: [PATCH] More vim stuffaddededed. --- triggers/keywords/keywords.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triggers/keywords/keywords.sh b/triggers/keywords/keywords.sh index 24f9aef..6be08af 100755 --- a/triggers/keywords/keywords.sh +++ b/triggers/keywords/keywords.sh @@ -34,8 +34,8 @@ keywords[dragonforce]="msg \"$chan\" \"$who: I love DragonForce!!!\"" keywords[vim]="msg \"$chan\" \"$(shuf -n1 -e \ "Praise vim! HA"\ "In times of trouble, just ask yourself, 'What would Bram Moolenaar do?'."\ -"Vim is like a Ferrari, if you're a beginner, it handles like a bitch, but once you get the hang of it, it's small, powerful and FAST!"\ -"VIM is like a new model Ferrari, and sounds like one too - 'VIIIIIIMMM!'"\ + "Vim is like a Ferrari, if you're a beginner, it handles like a bitch, but once you get the hang of it, it's small, powerful and FAST!"\ + "VIM is like a new model Ferrari, and sounds like one too - 'VIIIIIIMMM!'"\ "Only through vim can you be saved! HA")\"" wordList="$(echo "${@,,}" | tr '[:space:]' $'\n' | sort -u)"