Skip to content

Commit

Permalink
Fix /beep output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Feb 22, 2012
1 parent ba16376 commit 46f6976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fe-common/module-formats.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FORMAT_REC fecommon_icb_formats[] = {
{ "status", "[$0] $1", 2, { 0, 0 } },
{ "important", "[$0!] $1", 2, { 0, 0 } },
{ "status", "{error [Error]} $0", 1, { 0 } },
{ "beep", "[Beep] $1 beeps you", 1, { 0 } },
{ "beep", "[Beep] $0 beeps you", 1, { 0 } },

{ NULL, NULL, 0 }
};

0 comments on commit 46f6976

Please sign in to comment.