mirror of
https://github.com/anope/anope.git
synced 2026-06-25 23:06:38 +02:00
Fix xmlrpc dochannel example
This commit is contained in:
@@ -74,7 +74,7 @@ class AnopeXMLRPC
|
||||
*/
|
||||
function DoChannel($Channel)
|
||||
{
|
||||
return $this->RunXMLRPC("channel", NULL);
|
||||
return $this->RunXMLRPC("channel", array($Channel));
|
||||
}
|
||||
|
||||
/* Like DoChannel(), but different.
|
||||
|
||||
Reference in New Issue
Block a user