Bug 346793 - "You need to be an operator" error after joining channel (except list request)

r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
ChatZilla Only


git-svn-id: svn://10.0.0.236/trunk@206287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com 2006-08-01 11:42:52 +00:00
parent 7e22b882ae
commit 546dbc2fb6

View File

@ -2229,6 +2229,9 @@ function my_endofexcepts(e)
CIRCChannel.prototype.on482 =
function my_needops(e)
{
if ("pendingExceptList" in this)
return;
this.display(getMsg(MSG_CHANNEL_NEEDOPS, this.unicodeName), MT_ERROR);
}