summaryrefslogtreecommitdiffstats
path: root/wiki.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'wiki.tcl')
-rw-r--r--wiki.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki.tcl b/wiki.tcl
index d3609b4..a461114 100644
--- a/wiki.tcl
+++ b/wiki.tcl
@@ -23,7 +23,7 @@ if {$arg == ""} {
return 0
}
- set output [split "[exec perl /home/eggdrop/eggdrop/scripts/wiki2.pl \"$arg\" de]" "\n"]
+ set output [split "[exec perl /home/eggdrop/eggdrop/scripts/wiki2.pl $arg de]" "\n"]
foreach out $output {
putserv "PRIVMSG $chan :$out";
}