- # Nothing found?
- reply = u"Hmm, nothing found -- but I only look for exact " \
- "matches and common words. Try denshi jisho directly: "
+ # Nothing found! Try again but allow non-P words
+ res = urllib2.urlopen(
+ u"http://www.csse.monash.edu.au/~jwb/cgi-bin/wwwjdic.cgi?1ZUQ"
+ + url_thing
+ )
+ soup = BeautifulSoup(res)
+
+ if not soup.pre:
+ # Still nothing. Bail.
+ reply = u"Hmm, I can't figure out what that means. " \
+ "Perhaps try denshi jisho directly: "