summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2014-01-12 12:20:52 -0500
committerTingPing <tingping@tingping.se>2014-01-12 13:00:27 -0500
commitc804179a990d3fbe23248cdfd2a2e8ad1de8490e (patch)
tree5710e3f9755979e8711bfc570d732876a2c2fd64 /src/common/proto-irc.c
parentbaa5f9710af03aac25f121717880c8a1d8646a9e (diff)
Tweak 908 syntax
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 2a4b3361..8f31d5c1 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -969,7 +969,7 @@ process_numeric (session * sess, int n,
 		}
 		break;
 	case 908:	/* Supported SASL Mechs */
-		inbound_sasl_supportedmechs (serv, word_eol[3]+1);
+		inbound_sasl_supportedmechs (serv, word[4]);
 		break;
 
 	default: