$this->loadConnections();\r
}\r
\r
+ /**\r
+ * Transmit raw command to server using driver\r
+ *\r
+ * Handles construction of command strings and their transmission to the\r
+ * server.\r
+ *\r
+ * @param string $command Command to send\r
+ * @param string|array $args Optional string or array of sequential\r
+ * arguments\r
+ *\r
+ * @return string Command string that was sent\r
+ * @throws Phergie_Driver_Exception\r
+ */\r
+ public function send($command, $args = '') {\r
+ $this->getDriver()->send($command, $args);\r
+ }\r
+\r
/**\r
* Get the sockets used by the bot\r
*\r