Add more sources of nick!user@host updates
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 17 Feb 2016 20:03:26 +0000 (14:03 -0600)
committerShane Synan <digitalcircuit36939@gmail.com>
Wed, 17 Feb 2016 20:03:26 +0000 (14:03 -0600)
commit8408139458e67b482a34d24e545fa19015a12224
treeaa28c1ababbd99943830cf42b79dcd1da5134caa
parent51ced68c9ba7f733c354e0b2dc737caa1f436a47
Add more sources of nick!user@host updates

Update IrcUser user and hostname information from more sources.  This
is more important now since away-notify disables automatic WHO
polling, so user@host information won't be updated if the server
doesn't generate fake join/quit messages for /chghost and friends.

In the future, IRCv3 capability chghost will remove the need for this
once all servers support it.  (In only a few decades, right..?)
For chghost, see http://ircv3.net/specs/extensions/chghost-3.2.html
src/core/ircparser.cpp