Added config option for specifying services to use.

This commit is contained in:
Sean B. Palmer
2009-06-07 09:57:41 +01:00
parent a06ea9e4ba
commit aafac55f7a
6 changed files with 51 additions and 88 deletions

View File

@@ -19,12 +19,10 @@ def replaced(phenny, input):
# 'img': 'the .img command has been removed; ask sbp for details',
'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",
# 'rates': "moon wanter. moOOoon wanter!",
'web': 'the .web command has been removed; ask sbp for details',
'origin': ".origin hasn't been ported to my new codebase yet",
# 'gs': 'sorry, .gs no longer works',
'swhack': 'sorry, .swhack no longer works'
'origin': ".origin hasn't been ported to my new codebase yet"
# 'gs': 'sorry, .gs no longer works'
}
try: response = responses[command]
except KeyError: return