update README.md

This commit is contained in:
jesopo 2019-07-04 19:50:23 +01:00
parent cf7f1409bf
commit 4ba881c2c8
1 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,11 @@ Currently (2019-07-04) detects: bitchx, burd, hexchat, icechat, igloo, irccloud,
- `PING :123` -> `PONG :123` OR `PONG 123` (`pong_colon`)
- `PONG`ing an invalidly long `PING` (`long_pong`)
- `PING` tokens being cut at space (`pong_nospace`)
- `PING` tokens being cut at space (`spacepong`)
- `\r` in `PING` token being echoed (`crpong`)
- `NICK` before `USER` (`nick_first`)
- `USER` disused params (`user_hostname` and `user_servername`)
- response to ERR_NICKNAMEINUSE (`retry_nick`)
- ERR_NICKNAMEINUSE `<nick>` param being echoed (`nick_echo`)
- `PROTOCTL` in response to `NAMESX` (`protoctl`)
- IRCv3 support (`cap`)
- IRCv3.2 CAP dance (`cap_302`)