Skip to content

Commit

Permalink
Merge pull request #214 from gg0/master
Browse files Browse the repository at this point in the history
Fix "help unmute" irc command.
  • Loading branch information
ayust committed Aug 11, 2011
2 parents 53a27ea + aa7a6da commit 1f04b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def command_UNMUTE(self, args, who):
self.send("I'm baaaaaaaaaaack!")
else:
self.send("You hadn't told me to be quiet, but it's the thought that counts, right?")
command_MUTE.usage = "unmute - disable a previous 'mute'"
command_UNMUTE.usage = "unmute - disable a previous 'mute'"

def build_commands(self):
commands = []
Expand Down

0 comments on commit 1f04b5d

Please sign in to comment.