Bug 1089809 - Handle nonstandard IRC message 379. r=clokep
--HG-- extra : rebase_source : 28e5d7dc549ab5caf08344413e4007dc5f27a7ba
This commit is contained in:
Родитель
b0d3dd768e
Коммит
9efe003e6c
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче