summaryrefslogtreecommitdiffstats
path: root/wiki.tcl
diff options
context:
space:
mode:
authorlookshe <lookshe@fumuga.com>2012-03-07 03:32:55 +0100
committerlookshe <lookshe@fumuga.com>2012-03-07 03:32:55 +0100
commit5455232d68904d820ca332e38efac74516e8b5d3 (patch)
tree345fe7c47dba39e35be09e28f7b0db263c6895c3 /wiki.tcl
parent4811461b59768ea38612a78c07f4afeafe64cfa3 (diff)
fixed wikiscripts
work now with WWW:Wikipedia
Diffstat (limited to 'wiki.tcl')
-rw-r--r--wiki.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki.tcl b/wiki.tcl
index deb98da..d3609b4 100644
--- a/wiki.tcl
+++ b/wiki.tcl
@@ -23,7 +23,7 @@ if {$arg == ""} {
return 0
}
- set output [split "[exec perl /home/eggdrop/eggdrop/scripts/wiki.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";
}
@@ -41,7 +41,7 @@ if {$arg == ""} {
return 0
}
- set output [split "[exec perl /home/eggdrop/eggdrop/scripts/wiki.pl $arg en]" "\n"]
+ set output [split "[exec perl /home/eggdrop/eggdrop/scripts/wiki2.pl $arg en]" "\n"]
foreach out $output {
putserv "PRIVMSG $chan :$out";
}