projects
/
zzz-dywypi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e2fe83e
)
Pokedex: Fix item links.
author
Zhorken
<zhorken@gmail.com>
Tue, 9 Mar 2010 04:32:40 +0000
(23:32 -0500)
committer
Zhorken
<zhorken@gmail.com>
Tue, 9 Mar 2010 04:40:46 +0000
(23:40 -0500)
plugins/Pokedex/plugin.py
patch
|
blob
|
history
diff --git
a/plugins/Pokedex/plugin.py
b/plugins/Pokedex/plugin.py
index
435e3b1
..
c576bd6
100644
(file)
--- a/
plugins/Pokedex/plugin.py
+++ b/
plugins/Pokedex/plugin.py
@@
-212,7
+212,7
@@
class Pokedex(callbacks.Plugin):
elif isinstance(obj, tables.Item):
reply_template = \
u"""{name}, an item. """ \
- """http://veekun.com/dex/
abilitie
s/{link_name}"""
+ """http://veekun.com/dex/
item
s/{link_name}"""
self._reply(irc, reply_template.format(
name=obj.name,
link_name=urllib.quote(obj.name.lower().encode('utf8')),