From c697df1762d7f374160fb2d789e2f64bd241a986 Mon Sep 17 00:00:00 2001 From: topkecleon Date: Sun, 17 Jan 2016 09:15:05 -0500 Subject: [PATCH] better fix to fortune.lua --- plugins/fortune.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fortune.lua b/plugins/fortune.lua index 9c3f612..a340b1a 100755 --- a/plugins/fortune.lua +++ b/plugins/fortune.lua @@ -1,7 +1,7 @@ -- Requires that the "fortune" program is installed on your computer. local s = io.popen('fortune'):read('*all') -if s:match('fortune: command not found') or ('fortune: not found') then +if s:match('not found$') then print('fortune is not installed on this computer.') print('fortune.lua will not be enabled.') return