diff options
author | TingPing <tngpng@gmail.com> | 2013-04-10 15:41:29 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-10 15:41:29 -0300 |
commit | 7870c8028ff780d18c2f362f7e35ca34e9969180 (patch) | |
tree | 163e6f30e7a240498399d0e3ea063f0319f0a9c2 /src/common | |
parent | 6510e8961eae05313de652b479e35d00cf2bf95f (diff) |
warning
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/proto-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 48dac889..dbbd8e06 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -916,7 +916,7 @@ process_numeric (session * sess, int n, break; case 900: /* successful SASL 'logged in as ' */ - EMIT_SIGNAL (XP_TE_SERVTEXT, serv->server_session, word_eol[6]+1, word[1], 900, NULL, 0); + EMIT_SIGNAL (XP_TE_SERVTEXT, serv->server_session, word_eol[6]+1, word[1], word[2], NULL, 0); break; case 903: /* successful SASL auth */ case 904: /* aborted SASL auth */ |