summaryrefslogtreecommitdiffstats
path: root/opt
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-02-29 15:36:18 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2008-02-29 15:36:18 +0000
commit3d920f431789ac53596933785b5fe61463335e3b (patch)
tree654b01dfb141aba551d400393263fa6914ba9310 /opt
parentcbdf9ebd7312bf570a212057ad793ae520bac38f (diff)
downloadbot-3d920f431789ac53596933785b5fe61463335e3b.tar.gz
bot-3d920f431789ac53596933785b5fe61463335e3b.tar.bz2
bot-3d920f431789ac53596933785b5fe61463335e3b.zip
Some more little fixes, and added a Makefile.
Diffstat (limited to 'opt')
-rw-r--r--opt/freenode.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/opt/freenode.py b/opt/freenode.py
index b87a5e2..f3d285c 100644
--- a/opt/freenode.py
+++ b/opt/freenode.py
@@ -20,13 +20,15 @@ def replaced(phenny, input):
'v': '.v has been replaced by .val',
'validate': '.validate has been replaced by .validate',
'thesaurus': ".thesaurus hasn't been ported to my new codebase yet",
- 'rate': ".rate hasn't been ported to my new codebase yet, sorry!",
- 'rates': ".rates hasn't been ported to my new codebase yet, sorry!"
+ 'rates': "moon wanter. moOOoon wanter!",
+ 'web': 'the .web command has been removed; ask sbp for details',
+ 'mangle': ".mangle hasn't been ported to my new codebase yet",
+ 'origin': ".origin hasn't been ported to my new codebase yet"
}[command]
phenny.reply(response)
replaced.commands = [
'cp', 'pc', 'unicode', 'compare', 'map', 'acronym', 'img',
- 'v', 'validate', 'thesaurus', 'rate', 'rates'
+ 'v', 'validate', 'thesaurus', 'rates', 'web', 'mangle', 'origin'
]
replaced.priority = 'low'