]> jfr.im git - irc/evilnet/znc.git/commit
Add support for cap account-tag
authorNuclearW <redacted>
Mon, 3 Aug 2020 03:26:17 +0000 (23:26 -0400)
committerNuclearW <redacted>
Mon, 3 Aug 2020 03:26:17 +0000 (23:26 -0400)
commitc79961c514a172e07821b2dafe81483569118d98
tree5ed97bb1adf56747b2f2fa0ee35918398c6451b7
parent276ff8e42c5b53d0304079f0cefc799e0ecfacb1
Add support for cap account-tag

The account-tag capability is now requested when ZNC connects to an IRC server, the same is then offered to clients connecting.
This permits the tag to then pass through to account-tag aware clients.
include/znc/Client.h
include/znc/IRCSock.h
src/IRCSock.cpp