summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2010-04-03 11:08:03 +0100
committerSean B. Palmer <sbp@aldebaran.local>2010-04-03 11:08:03 +0100
commitb4c7019d53eea1e642579fa87f5b0b0431e4aa6a (patch)
tree27e3bfb355e78c953dec59eee54f6ee18d6f7a99 /modules/oblique.py
parentc5b234578ef0a1231e99153eb7b0bb9e11255742 (diff)
downloadbot-b4c7019d53eea1e642579fa87f5b0b0431e4aa6a.tar.gz
bot-b4c7019d53eea1e642579fa87f5b0b0431e4aa6a.tar.bz2
bot-b4c7019d53eea1e642579fa87f5b0b0431e4aa6a.zip
Fixed the Wikipedia module's search capability.
Diffstat (limited to 'modules/oblique.py')
-rwxr-xr-xmodules/oblique.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/oblique.py b/modules/oblique.py
index b4efa77..835862a 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -10,7 +10,8 @@ http://inamidst.com/phenny/
import re, urllib
import web
-definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions'
+# definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions'
+definitions = 'http://wiki.github.com/nslater/phenny-ws/'
r_item = re.compile(r'(?i)<li>(.*?)</li>')
r_tag = re.compile(r'<[^>]+>')