diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 22:33:33 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 22:33:33 +0100 |
commit | 4fc95c57361193c5338d9916fd37cc8a939067cd (patch) | |
tree | 5c080dcc780c7a6aba80fe4a26f0d12f8ee76c06 /protocols/msn/tables.c | |
parent | 6ddb2236943384d45cacd08e02cb4ef9ed03bba3 (diff) |
Add/Remove support.
Diffstat (limited to 'protocols/msn/tables.c')
-rw-r--r-- | protocols/msn/tables.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/msn/tables.c b/protocols/msn/tables.c index fd7eca41..191abe43 100644 --- a/protocols/msn/tables.c +++ b/protocols/msn/tables.c @@ -82,6 +82,8 @@ const struct msn_status_code msn_status_code_list[] = { 229, "Group name too long", 0 }, { 230, "Cannot remove that group", 0 }, { 231, "Invalid group", 0 }, + { 240, "ADL/RML command with corrupted payload", STATUS_FATAL }, + { 241, "ADL/RML command with invalid modification", STATUS_FATAL }, { 280, "Switchboard failed", STATUS_SB_FATAL }, { 281, "Transfer to switchboard failed", 0 }, |