summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-12 07:10:26 -0500
committerTingPing <tingping@tingping.se>2014-01-12 07:10:26 -0500
commit0f0dabdcf46d6650addfc854a39eecfb49189c7f (patch)
tree93945296dfaded4ac875334acb5e9123a92ef0d8 /src/common/proto-irc.c
parenta817072e6fd208f6f26253d5fc18cc6dd0e09a17 (diff)
Support numeric 908
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 6d7c7fc1..2a4b3361 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -968,6 +968,9 @@ process_numeric (session * sess, int n,
 			tcp_send_len (serv, "CAP END\r\n", 9);
 		}
 		break;
+	case 908:	/* Supported SASL Mechs */
+		inbound_sasl_supportedmechs (serv, word_eol[3]+1);
+		break;
 
 	default: