method doAction [line 249]
void doAction(
string
$target, string
$text)
|
|
Sends a CTCP ACTION (/me) command to a nick or channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doAction()
- Sends a CTCP ACTION (/me) command to a nick or channel.
Parameters:
method doConnect [line 86]
method doFinger [line 293]
void doFinger(
string
$nick, [string
$finger = null])
|
|
Sends a CTCP FINGER request to a user.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doFinger()
- Sends a CTCP FINGER request to a user.
Parameters:
method doInvite [line 128]
void doInvite(
string
$nick, string
$channel)
|
|
Invites a user to an invite-only channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doInvite()
- Invites a user to an invite-only channel.
Parameters:
method doJoin [line 107]
void doJoin(
string
$channels, [string
$keys = null])
|
|
Joins a channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doJoin()
- Joins a channel.
Parameters:
method doKick [line 228]
void doKick(
string
$nick, string
$channel, [string
$reason = null])
|
|
Kicks a user from a channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doKick()
- Kicks a user from a channel.
Parameters:
method doList [line 150]
void doList(
[string
$channels = null])
|
|
Obtains a list of channel names and topics.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doList()
- Obtains a list of channel names and topics.
Parameters:
method doMode [line 174]
void doMode(
string
$target, [string
$mode = null], [string
$param = null])
|
|
Retrieves or changes a channel or user mode.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doMode()
- Retrieves or changes a channel or user mode.
Parameters:
method doNames [line 138]
void doNames(
string
$channels)
|
|
Obtains a list of nicks of users in specified channels.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doNames()
- Obtains a list of nicks of usrs in currently joined channels.
Parameters:
method doNick [line 184]
method doNotice [line 216]
void doNotice(
string
$target, string
$text)
|
|
Sends a notice to a nick or channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doNotice()
- Sends a notice to a nick or channel.
Parameters:
method doPart [line 117]
method doPing [line 260]
void doPing(
string
$nick, string
$hash)
|
|
Sends a CTCP PING request to a user.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doPing()
- Sends a CTCP PING request or response (they are identical) to a user.
Parameters:
method doPong [line 238]
void doPong(
string
$daemon)
|
|
Responds to a server test of client responsiveness.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doPong()
- Responds to a server test of client responsiveness.
Parameters:
method doPrivmsg [line 205]
void doPrivmsg(
string
$target, string
$text)
|
|
Sends a message to a nick or channel.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doPrivmsg()
- Sends a message to a nick or channel.
Parameters:
method doQuit [line 96]
void doQuit(
[string
$reason = null])
|
|
Terminates the connection with the server.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doQuit()
- Terminates the connection with the server.
Parameters:
method doRaw [line 302]
void doRaw(
string
$command)
|
|
Sends a raw command to the server.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doRaw()
- Sends a raw command to the server.
Parameters:
method doTime [line 282]
void doTime(
string
$nick, [string
$time = null])
|
|
Sends a CTCP TIME request to a user.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doTime()
- Sends a CTCP TIME request to a user.
Parameters:
method doTopic [line 161]
void doTopic(
string
$channel, [string
$topic = null])
|
|
Retrieves or changes a channel topic.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doTopic()
- Retrieves or changes a channel topic.
Parameters:
method doVersion [line 271]
void doVersion(
string
$nick, [string
$version = null])
|
|
Sends a CTCP VERSION request or response to a user.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doVersion()
- Sends a CTCP VERSION request or response to a user.
Parameters:
method doWhois [line 194]
void doWhois(
string
$nick)
|
|
Retrieves information about a nick.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::doWhois()
- Retrieves information about a nick.
Parameters:
method getConnection [line 61]
Returns the currently active connection.
Tags:
method getEvent [line 79]
Phergie_Event_Interface|null getEvent(
)
|
|
Returns an event if one has been received from the server.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::getEvent()
- Listens for an event on the current connection.
method setConnection [line 48]
Sets the currently active connection.
Tags:
Overridden in child classes as:
- Phergie_Driver_Streams::setConnection()
- Overrides the parent class to set the currently active socket handler when the active connection is changed.
Parameters: