From cc32bb1e832b6cac2163aa1ed96d742190c2c283 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 8 Nov 2015 14:03:30 +0100 Subject: Reaktor: fix issue with tell_on-privmsg, bump version --- reaktor/commands/tell-on_privmsg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reaktor/commands') diff --git a/reaktor/commands/tell-on_privmsg b/reaktor/commands/tell-on_privmsg index 5d0aff4..73163fa 100755 --- a/reaktor/commands/tell-on_privmsg +++ b/reaktor/commands/tell-on_privmsg @@ -7,8 +7,8 @@ if test "${FLOCK-}" != "$state_file"; then fi from="$_prefix" -to="$1"; shift -msg="$*" +to=${1%% *} +msg=${1#* } date=$(date) # TODO tell now, if already joined -- cgit v1.2.3