Browse Source

Capitalise replies in !calc

tags/v0.1^2
Justin Yulli Kim 12 years ago
parent
commit
4055aa4e95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      earwigbot/commands/calc.py

+ 1
- 1
earwigbot/commands/calc.py View File

@@ -32,7 +32,7 @@ class Calc(Command):


def process(self, data): def process(self, data):
if not data.args: if not data.args:
self.reply(data, "what do you want me to calculate?")
self.reply(data, "What do you want me to calculate?")
return return


query = ' '.join(data.args) query = ' '.join(data.args)


Loading…
Cancel
Save