Minor fixes, and important .commands fix, to be private only.

This commit is contained in:
Sean B. Palmer
2008-03-07 21:33:00 +00:00
parent 16ec61f4d6
commit 989ea13d02
5 changed files with 14 additions and 5 deletions

View File

@@ -29,6 +29,8 @@ subs = [
def calc(phenny, input):
q = input.group(2)
if not q:
return phenny.say('0?')
query = q[:]
for a, b in subs: