1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 04:16:39 +02:00

Fix xmlrpc dochannel example

This commit is contained in:
Adam
2013-12-26 21:06:26 -05:00
parent 16f3f0cbc0
commit 0fb2b60cff
+1 -1
View File
@@ -74,7 +74,7 @@ class AnopeXMLRPC
*/
function DoChannel($Channel)
{
return $this->RunXMLRPC("channel", NULL);
return $this->RunXMLRPC("channel", array($Channel));
}
/* Like DoChannel(), but different.