Skip to content

Commit

Permalink
Still working on errbot updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Foster committed Mar 22, 2020
1 parent 294a2e2 commit ee35c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praxisbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def alive(self, msg, args):
with self.mutable('counters') as counters:
alive_count = counters.get('alive',0)
counters['alive'] = alive_count + 1
return "PraxisBot totally still alive and ready for action [" + str(alive_count) + "]"
return "PraxisBot definitely still alive and ready for action [" + str(alive_count) + "]"

@botcmd
def messagerooms(self, msg, args):
Expand Down

0 comments on commit ee35c30

Please sign in to comment.