Bug 1089809 - Handle nonstandard IRC message 379. r=clokep

--HG--
extra : rebase_source : 28e5d7dc549ab5caf08344413e4007dc5f27a7ba
This commit is contained in:
aleth 2015-11-17 20:04:50 +01:00
Родитель b0d3dd768e
Коммит 9efe003e6c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -158,6 +158,12 @@ var ircNonStandard = {
return this.setWhois(aMessage.params[1], {host: host, ip: ip});
},
"379": function(aMessage) { // RPL_WHOISMODES (Unreal, Inspircd)
// <nick> :is using modes <modes>
// Sent in response to a WHOIS on the user.
return true;
},
"396": function(aMessage) {
// RPL_HOSTHIDDEN (Charybdis, Hybrid, ircu, etc.)
// RPL_VISIBLEHOST (Plexus)