use correct parameter in admin command
This commit is contained in:
parent
e70c4ed84e
commit
40d6cf77ad
@ -49,8 +49,8 @@ function nntpchan_admin(method, param) {
|
||||
return method;
|
||||
},
|
||||
handle: function(j) {
|
||||
if (j.msg) {
|
||||
return document.createTextNode(j.msg);
|
||||
if (j.result) {
|
||||
return document.createTextNode(j.result);
|
||||
} else {
|
||||
return "nothing happened?";
|
||||
}
|
||||
|
Reference in New Issue
Block a user