diff options
| -rw-r--r-- | protocols/msn/tables.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/msn/tables.c b/protocols/msn/tables.c index b01361bd..42b12aa9 100644 --- a/protocols/msn/tables.c +++ b/protocols/msn/tables.c @@ -29,10 +29,10 @@  const struct msn_away_state msn_away_state_list[] =  {  	{ "NLN", "" }, +	{ "AWY", "Away" },  	{ "BSY", "Busy" },  	{ "IDL", "Idle" },  	{ "BRB", "Be Right Back" }, -	{ "AWY", "Away" },  	{ "PHN", "On the Phone" },  	{ "LUN", "Out to Lunch" },  	{ "HDN", "Hidden" }, | 
