summaryrefslogtreecommitdiffstats
path: root/wiki.tcl
diff options
context:
space:
mode:
authorlookshe <lookshe@fumuga.com>2012-03-07 03:43:26 +0100
committerlookshe <lookshe@fumuga.com>2012-03-07 03:43:26 +0100
commit5fd5a2093478eb338d3a07b4f94ac04da7748c24 (patch)
tree1c0cdf873d600b1fb9df47faa66627c6217c3026 /wiki.tcl
parent5455232d68904d820ca332e38efac74516e8b5d3 (diff)
little bugfixes for new wiki scripts
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";
}