diff options
Diffstat (limited to 'spec/inputs/plus.moon')
-rw-r--r-- | spec/inputs/plus.moon | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon index 8a91c93..f455845 100644 --- a/spec/inputs/plus.moon +++ b/spec/inputs/plus.moon | |||
@@ -11,5 +11,9 @@ if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor | |||
11 | 11 | ||
12 | message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" | 12 | message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" |
13 | 13 | ||
14 | func val if val = getvalue! | 14 | valA = func! if func = getfunc! |
15 | |||
16 | valB = do | ||
17 | func = getfunc! | ||
18 | func?! | ||
15 | 19 | ||