Skip to content

Commit

Permalink
Fix "help unmute" irc command.
Browse files Browse the repository at this point in the history
  • Loading branch information
gg0 committed Aug 11, 2011
1 parent 53a27ea commit aa7a6da
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 aa7a6da

Please sign in to comment.