summaryrefslogtreecommitdiffstats
path: root/Reaktor/commands
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-12-19 02:27:45 +0100
committerlassulus <lassulus@googlemail.com>2013-12-19 02:27:45 +0100
commit5e468c5d642311523cbc38cc84c9402072e48fd1 (patch)
tree7649e870de7af812a800c4d2a4b3fd31656daeee /Reaktor/commands
parentec557236d0482a9f9285f803e1828d5f555e9ac8 (diff)
Reaktor/IRC: provide arguments to commands
Diffstat (limited to 'Reaktor/commands')
-rwxr-xr-xReaktor/commands/hello2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/hello b/Reaktor/commands/hello
index df3b6bb9..05ed79b5 100755
--- a/Reaktor/commands/hello
+++ b/Reaktor/commands/hello
@@ -1,2 +1,2 @@
#! /bin/sh
-echo "Hello${argument+, $argument}!"
+echo "Hello${*+, $*}!"