Index of all elements
[ ' ]
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
top
top
top
top
d
- $description
- in file example.php, variable Net_SmartIRC_module_MyBot::$description
- deadmin
- in file irccommands.php, method Net_SmartIRC_irccommands::deadmin()
deadmins an user in the given channel
- defounder
- in file irccommands.php, method Net_SmartIRC_irccommands::defounder()
defounders an user in the given channel
- DEF_AUTORETRY_MAX
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_AUTORETRY_MAX
- DEF_DISCONNECT_TIME
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_DISCONNECT_TIME
- DEF_LOGFILE
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_LOGFILE
- DEF_MAX_TIMER
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_MAX_TIMER
- DEF_RECEIVE_DELAY
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_RECEIVE_DELAY
- DEF_RECONNECT_DELAY
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_RECONNECT_DELAY
- DEF_SEND_DELAY
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_SEND_DELAY
- DEF_TX_RX_TIMEOUT
- in file SmartIRC.php, class constant Net_SmartIRC::DEF_TX_RX_TIMEOUT
- dehop
- in file irccommands.php, method Net_SmartIRC_irccommands::dehop()
dehops an user in the given channel
- deop
- in file irccommands.php, method Net_SmartIRC_irccommands::deop()
deops an user in the given channel
- devoice
- in file irccommands.php, method Net_SmartIRC_irccommands::devoice()
devoice a user in the given channel
- disconnect
- in file SmartIRC.php, method Net_SmartIRC::disconnect()
Disconnects from the IRC server nicely with a QUIT or just destroys the socket.
- defines.php
- procedural page defines.php
top
top
top
top
top
i
- $ident
- in file SmartIRC.php, variable Net_SmartIRC_data::$ident
- $ident
- in file SmartIRC.php, variable Net_SmartIRC_user::$ident
- $ircop
- in file SmartIRC.php, variable Net_SmartIRC_user::$ircop
- interrupt
- in file SmartIRC.php, method Net_SmartIRC::interrupt()
Provides a mechanism to interrupt a listen() loop by a bot or something
- invite
- in file irccommands.php, method Net_SmartIRC_irccommands::invite()
invites a user to the specified channel
- IP_PATTERN
- in file SmartIRC.php, class constant Net_SmartIRC::IP_PATTERN
- isAdmin
- in file SmartIRC.php, method Net_SmartIRC::isAdmin()
Checks if we or the given user is admin on the specified channel and returns the result.
- isBanned
- in file SmartIRC.php, method Net_SmartIRC::isBanned()
Checks if the hostmask is on the specified channel banned and returns the result.
- isConnected
- in file SmartIRC.php, method Net_SmartIRC::isConnected()
checks if the bot is connected
- isError
- in file SmartIRC.php, method Net_SmartIRC::isError()
- isFounder
- in file SmartIRC.php, method Net_SmartIRC::isFounder()
Checks if we or the given user is founder on the specified channel and returns the result.
- isHopped
- in file SmartIRC.php, method Net_SmartIRC::isHopped()
Checks if we or the given user is hopped on the specified channel and returns the result.
- isJoined
- in file SmartIRC.php, method Net_SmartIRC::isJoined()
checks if we or the given user is joined to the specified channel and returns the result ChannelSyncing is required for this.
- isMe
- in file SmartIRC.php, method Net_SmartIRC::isMe()
checks if the passed nickname is our own nickname
- isOpped
- in file SmartIRC.php, method Net_SmartIRC::isOpped()
Checks if we or the given user is opped on the specified channel and returns the result.
- isVoiced
- in file SmartIRC.php, method Net_SmartIRC::isVoiced()
Checks if we or the given user is voiced on the specified channel and returns the result.
- irccommands.php
- procedural page irccommands.php
top
top
top
top
top
n
- $name
- in file example.php, variable Net_SmartIRC_module_MyBot::$name
- $name
- in file SmartIRC.php, variable Net_SmartIRC_channel::$name
- $nick
- in file SmartIRC.php, variable Net_SmartIRC_data::$nick
- $nick
- in file SmartIRC.php, variable Net_SmartIRC_user::$nick
- $nreplycodes
- in file SmartIRC.php, variable Net_SmartIRC::$nreplycodes
All numeric IRC replycodes, the index is the numeric replycode.
- names
- in file irccommands.php, method Net_SmartIRC_irccommands::names()
requests all nicknames of one or more channels
- Net_SmartIRC
- in file SmartIRC.php, class Net_SmartIRC
main SmartIRC class
- Net_SmartIRC_channel
- in file SmartIRC.php, class Net_SmartIRC_channel
Struct for individual channel data
- Net_SmartIRC_channeluser
- in file SmartIRC.php, class Net_SmartIRC_channeluser
Struct for extra data that applies to each user in each channel they're in
- Net_SmartIRC_data
- in file SmartIRC.php, class Net_SmartIRC_data
Struct for parsed incoming messages
- Net_SmartIRC_Error
- in file SmartIRC.php, class Net_SmartIRC_Error
- Net_SmartIRC_irccommands
- in file irccommands.php, class Net_SmartIRC_irccommands
$Id$
- Net_SmartIRC_ircuser
- in file SmartIRC.php, class Net_SmartIRC_ircuser
Struct for data that applies to each user server-wide
- Net_SmartIRC_listenfor
- in file SmartIRC.php, class Net_SmartIRC_listenfor
Built-in bot used by Net_SmartIRC::listenFor()
- Net_SmartIRC_messagehandler
- in file messagehandler.php, class Net_SmartIRC_messagehandler
$Id$
- Net_SmartIRC_module_MyBot
- in file example.php, class Net_SmartIRC_module_MyBot
- Net_SmartIRC_user
- in file SmartIRC.php, class Net_SmartIRC_user
Struct for individual user data
top
top
top
top
top
s
- $server
- in file SmartIRC.php, variable Net_SmartIRC_user::$server
- $synctime
- in file SmartIRC.php, variable Net_SmartIRC_channel::$synctime
- $synctime_start
- in file SmartIRC.php, variable Net_SmartIRC_channel::$synctime_start
- $synctime_stop
- in file SmartIRC.php, variable Net_SmartIRC_channel::$synctime_stop
- SmartIRC.php
- procedural page SmartIRC.php
- send
- in file SmartIRC.php, method Net_SmartIRC::send()
sends an IRC message
- setAutoRetry
- in file SmartIRC.php, method Net_SmartIRC::setAutoRetry()
Enables/disables autoretry for connecting to a server.
- setAutoRetryMax
- in file SmartIRC.php, method Net_SmartIRC::setAutoRetryMax()
Sets the maximum number of attempts to connect to a server before giving up.
- setBenchmark
- in file SmartIRC.php, method Net_SmartIRC::setBenchmark()
Enables/disables the benchmark engine.
- setBindAddress
- in file SmartIRC.php, method Net_SmartIRC::setBindAddress()
Sets an IP address (and optionally, a port) to bind the socket to.
- setChannelSyncing
- in file SmartIRC.php, method Net_SmartIRC::setChannelSyncing()
Enables/disables channel syncing.
- setCtcpVersion
- in file SmartIRC.php, method Net_SmartIRC::setCtcpVersion()
Sets the CTCP version reply string.
- setDebugLevel
- in file SmartIRC.php, method Net_SmartIRC::setDebugLevel()
Sets the level of debug messages.
- setDisconnectTime
- in file SmartIRC.php, method Net_SmartIRC::setDisconnectTime()
Sets the delaytime before closing the socket when disconnect.
- setLogDestination
- in file SmartIRC.php, method Net_SmartIRC::setLogDestination()
Sets the destination of all log messages.
- setLogFile
- in file SmartIRC.php, method Net_SmartIRC::setLogFile()
Sets the file for the log if the destination is set to file.
- setModulePath
- in file SmartIRC.php, method Net_SmartIRC::setModulePath()
Sets the paths for the modules.
- setReceiveDelay
- in file SmartIRC.php, method Net_SmartIRC::setReceiveDelay()
Sets the delay for receiving data from the IRC server.
- setReceiveTimeout
- in file SmartIRC.php, method Net_SmartIRC::setReceiveTimeout()
Sets the receive timeout.
- setReconnectDelay
- in file SmartIRC.php, method Net_SmartIRC::setReconnectDelay()
Sets the delaytime before attempting reconnect.
- setRunAsDaemon
- in file SmartIRC.php, method Net_SmartIRC::setRunAsDaemon()
Sets whether the script should be run as a daemon or not ( actually disables/enables ignore_user_abort() )
- setSendDelay
- in file SmartIRC.php, method Net_SmartIRC::setSendDelay()
Sets the delay for sending data to the IRC server.
- setTopic
- in file irccommands.php, method Net_SmartIRC_irccommands::setTopic()
sets a new topic of a channel
- setTransmitTimeout
- in file SmartIRC.php, method Net_SmartIRC::setTransmitTimeout()
Sets the transmit timeout.
- setUserSyncing
- in file SmartIRC.php, method Net_SmartIRC::setUserSyncing()
Enables/disables user syncing.
- showBenchmark
- in file SmartIRC.php, method Net_SmartIRC::showBenchmark()
Shows the benchmark result.
- SMARTIRC_BROWSEROUT
- in file defines.php, constant SMARTIRC_BROWSEROUT
- SMARTIRC_CRITICAL
- in file defines.php, constant SMARTIRC_CRITICAL
- SMARTIRC_CRLF
- in file defines.php, constant SMARTIRC_CRLF
$Id$
- SMARTIRC_DEBUG_ACTIONHANDLER
- in file defines.php, constant SMARTIRC_DEBUG_ACTIONHANDLER
- SMARTIRC_DEBUG_ALL
- in file defines.php, constant SMARTIRC_DEBUG_ALL
- SMARTIRC_DEBUG_CHANNELSYNCING
- in file defines.php, constant SMARTIRC_DEBUG_CHANNELSYNCING
- SMARTIRC_DEBUG_CONNECTION
- in file defines.php, constant SMARTIRC_DEBUG_CONNECTION
- SMARTIRC_DEBUG_DCC
- in file defines.php, constant SMARTIRC_DEBUG_DCC
- SMARTIRC_DEBUG_IRCMESSAGES
- in file defines.php, constant SMARTIRC_DEBUG_IRCMESSAGES
- SMARTIRC_DEBUG_MESSAGEHANDLER
- in file defines.php, constant SMARTIRC_DEBUG_MESSAGEHANDLER
- SMARTIRC_DEBUG_MESSAGEPARSER
- in file defines.php, constant SMARTIRC_DEBUG_MESSAGEPARSER
- SMARTIRC_DEBUG_MESSAGETYPES
- in file defines.php, constant SMARTIRC_DEBUG_MESSAGETYPES
- SMARTIRC_DEBUG_MODULES
- in file defines.php, constant SMARTIRC_DEBUG_MODULES
- SMARTIRC_DEBUG_NONE
- in file defines.php, constant SMARTIRC_DEBUG_NONE
- SMARTIRC_DEBUG_NOTICE
- in file defines.php, constant SMARTIRC_DEBUG_NOTICE
- SMARTIRC_DEBUG_SOCKET
- in file defines.php, constant SMARTIRC_DEBUG_SOCKET
- SMARTIRC_DEBUG_TIMEHANDLER
- in file defines.php, constant SMARTIRC_DEBUG_TIMEHANDLER
- SMARTIRC_DEBUG_USERSYNCING
- in file defines.php, constant SMARTIRC_DEBUG_USERSYNCING
- SMARTIRC_FILE
- in file defines.php, constant SMARTIRC_FILE
- SMARTIRC_HIGH
- in file defines.php, constant SMARTIRC_HIGH
- SMARTIRC_LOW
- in file defines.php, constant SMARTIRC_LOW
- SMARTIRC_MEDIUM
- in file defines.php, constant SMARTIRC_MEDIUM
- SMARTIRC_NONE
- in file defines.php, constant SMARTIRC_NONE
- SMARTIRC_STATE_CONNECTED
- in file defines.php, constant SMARTIRC_STATE_CONNECTED
- SMARTIRC_STATE_CONNECTING
- in file defines.php, constant SMARTIRC_STATE_CONNECTING
- SMARTIRC_STATE_DISCONNECTED
- in file defines.php, constant SMARTIRC_STATE_DISCONNECTED
- SMARTIRC_STDOUT
- in file defines.php, constant SMARTIRC_STDOUT
- SMARTIRC_SYSLOG
- in file defines.php, constant SMARTIRC_SYSLOG
- SMARTIRC_TYPE_ACTION
- in file defines.php, constant SMARTIRC_TYPE_ACTION
- SMARTIRC_TYPE_ALL
- in file defines.php, constant SMARTIRC_TYPE_ALL
- SMARTIRC_TYPE_BANLIST
- in file defines.php, constant SMARTIRC_TYPE_BANLIST
- SMARTIRC_TYPE_CHANNEL
- in file defines.php, constant SMARTIRC_TYPE_CHANNEL
- SMARTIRC_TYPE_CHANNELMODE
- in file defines.php, constant SMARTIRC_TYPE_CHANNELMODE
- SMARTIRC_TYPE_CTCP
- in file defines.php, constant SMARTIRC_TYPE_CTCP
- SMARTIRC_TYPE_CTCP_REPLY
- in file defines.php, constant SMARTIRC_TYPE_CTCP_REPLY
- SMARTIRC_TYPE_CTCP_REQUEST
- in file defines.php, constant SMARTIRC_TYPE_CTCP_REQUEST
- SMARTIRC_TYPE_ERROR
- in file defines.php, constant SMARTIRC_TYPE_ERROR
- SMARTIRC_TYPE_INFO
- in file defines.php, constant SMARTIRC_TYPE_INFO
- SMARTIRC_TYPE_INVITE
- in file defines.php, constant SMARTIRC_TYPE_INVITE
- SMARTIRC_TYPE_JOIN
- in file defines.php, constant SMARTIRC_TYPE_JOIN
- SMARTIRC_TYPE_KICK
- in file defines.php, constant SMARTIRC_TYPE_KICK
- SMARTIRC_TYPE_LIST
- in file defines.php, constant SMARTIRC_TYPE_LIST
- SMARTIRC_TYPE_LOGIN
- in file defines.php, constant SMARTIRC_TYPE_LOGIN
- SMARTIRC_TYPE_MODECHANGE
- in file defines.php, constant SMARTIRC_TYPE_MODECHANGE
- SMARTIRC_TYPE_MOTD
- in file defines.php, constant SMARTIRC_TYPE_MOTD
- SMARTIRC_TYPE_NAME
- in file defines.php, constant SMARTIRC_TYPE_NAME
- SMARTIRC_TYPE_NICKCHANGE
- in file defines.php, constant SMARTIRC_TYPE_NICKCHANGE
- SMARTIRC_TYPE_NONRELEVANT
- in file defines.php, constant SMARTIRC_TYPE_NONRELEVANT
- SMARTIRC_TYPE_NOTICE
- in file defines.php, constant SMARTIRC_TYPE_NOTICE
- SMARTIRC_TYPE_PART
- in file defines.php, constant SMARTIRC_TYPE_PART
- SMARTIRC_TYPE_QUERY
- in file defines.php, constant SMARTIRC_TYPE_QUERY
- SMARTIRC_TYPE_QUIT
- in file defines.php, constant SMARTIRC_TYPE_QUIT
- SMARTIRC_TYPE_TOPIC
- in file defines.php, constant SMARTIRC_TYPE_TOPIC
- SMARTIRC_TYPE_TOPICCHANGE
- in file defines.php, constant SMARTIRC_TYPE_TOPICCHANGE
- SMARTIRC_TYPE_UNKNOWN
- in file defines.php, constant SMARTIRC_TYPE_UNKNOWN
- SMARTIRC_TYPE_USERMODE
- in file defines.php, constant SMARTIRC_TYPE_USERMODE
- SMARTIRC_TYPE_WHO
- in file defines.php, constant SMARTIRC_TYPE_WHO
- SMARTIRC_TYPE_WHOIS
- in file defines.php, constant SMARTIRC_TYPE_WHOIS
- SMARTIRC_TYPE_WHOWAS
- in file defines.php, constant SMARTIRC_TYPE_WHOWAS
- SMARTIRC_UNUSED
- in file defines.php, constant SMARTIRC_UNUSED
- SMARTIRC_VERSION
- in file SmartIRC.php, constant SMARTIRC_VERSION
- SMARTIRC_VERSIONSTRING
- in file SmartIRC.php, constant SMARTIRC_VERSIONSTRING
- startBenchmark
- in file SmartIRC.php, method Net_SmartIRC::startBenchmark()
Starts the benchmark (sets the counters).
- stopBenchmark
- in file SmartIRC.php, method Net_SmartIRC::stopBenchmark()
Stops the benchmark and displays the result.
top
top
top
top
top
_
- $_actionhandler
- in file SmartIRC.php, variable Net_SmartIRC::$_actionhandler
- $_actionhandlerid
- in file SmartIRC.php, variable Net_SmartIRC::$_actionhandlerid
- $_address
- in file SmartIRC.php, variable Net_SmartIRC::$_address
- $_autoretry
- in file SmartIRC.php, variable Net_SmartIRC::$_autoretry
- $_autoretrycount
- in file SmartIRC.php, variable Net_SmartIRC::$_autoretrycount
- $_autoretrymax
- in file SmartIRC.php, variable Net_SmartIRC::$_autoretrymax
- $_benchmark
- in file SmartIRC.php, variable Net_SmartIRC::$_benchmark
- $_benchmark_starttime
- in file SmartIRC.php, variable Net_SmartIRC::$_benchmark_starttime
- $_benchmark_stoptime
- in file SmartIRC.php, variable Net_SmartIRC::$_benchmark_stoptime
- $_bindto
- in file SmartIRC.php, variable Net_SmartIRC::$_bindto
- $_channels
- in file SmartIRC.php, variable Net_SmartIRC::$_channels
Stores all channels in this array where we are joined, works only if channelsyncing is activated.
- $_channelsyncing
- in file SmartIRC.php, variable Net_SmartIRC::$_channelsyncing
- $_connectionerror
- in file SmartIRC.php, variable Net_SmartIRC::$_connectionerror
- $_ctcpversion
- in file SmartIRC.php, variable Net_SmartIRC::$_ctcpversion
- $_debuglevel
- in file SmartIRC.php, variable Net_SmartIRC::$_debuglevel
- $_disconnecttime
- in file SmartIRC.php, variable Net_SmartIRC::$_disconnecttime
- $_interrupt
- in file SmartIRC.php, variable Net_SmartIRC::$_interrupt
- $_lastrx
- in file SmartIRC.php, variable Net_SmartIRC::$_lastrx
- $_lastsentmsgtime
- in file SmartIRC.php, variable Net_SmartIRC::$_lastsentmsgtime
- $_lasttx
- in file SmartIRC.php, variable Net_SmartIRC::$_lasttx
- $_logdestination
- in file SmartIRC.php, variable Net_SmartIRC::$_logdestination
- $_logfile
- in file SmartIRC.php, variable Net_SmartIRC::$_logfile
- $_logfilefp
- in file SmartIRC.php, variable Net_SmartIRC::$_logfilefp
- $_loggedin
- in file SmartIRC.php, variable Net_SmartIRC::$_loggedin
- $_maxtimer
- in file SmartIRC.php, variable Net_SmartIRC::$_maxtimer
- $_messagebuffer
- in file SmartIRC.php, variable Net_SmartIRC::$_messagebuffer
- $_messagebuffersize
- in file SmartIRC.php, variable Net_SmartIRC::$_messagebuffersize
- $_mintimer
- in file SmartIRC.php, variable Net_SmartIRC::$_mintimer
- $_modulepath
- in file SmartIRC.php, variable Net_SmartIRC::$_modulepath
Stores the path to the modules that can be loaded.
- $_modules
- in file SmartIRC.php, variable Net_SmartIRC::$_modules
Stores all objects of the modules.
- $_motd
- in file SmartIRC.php, variable Net_SmartIRC::$_motd
- $_nick
- in file SmartIRC.php, variable Net_SmartIRC::$_nick
- $_password
- in file SmartIRC.php, variable Net_SmartIRC::$_password
- $_performs
- in file SmartIRC.php, variable Net_SmartIRC::$_performs
- $_port
- in file SmartIRC.php, variable Net_SmartIRC::$_port
- $_realname
- in file SmartIRC.php, variable Net_SmartIRC::$_realname
- $_receivedelay
- in file SmartIRC.php, variable Net_SmartIRC::$_receivedelay
- $_reconnectdelay
- in file SmartIRC.php, variable Net_SmartIRC::$_reconnectdelay
- $_runasdaemon
- in file SmartIRC.php, variable Net_SmartIRC::$_runasdaemon
- $_rxtimeout
- in file SmartIRC.php, variable Net_SmartIRC::$_rxtimeout
- $_senddelay
- in file SmartIRC.php, variable Net_SmartIRC::$_senddelay
- $_socket
- in file SmartIRC.php, variable Net_SmartIRC::$_socket
- $_state
- in file SmartIRC.php, variable Net_SmartIRC::$_state
- $_timehandler
- in file SmartIRC.php, variable Net_SmartIRC::$_timehandler
- $_timehandlerid
- in file SmartIRC.php, variable Net_SmartIRC::$_timehandlerid
- $_txtimeout
- in file SmartIRC.php, variable Net_SmartIRC::$_txtimeout
- $_usermode
- in file SmartIRC.php, variable Net_SmartIRC::$_usermode
- $_username
- in file SmartIRC.php, variable Net_SmartIRC::$_username
- $_users
- in file SmartIRC.php, variable Net_SmartIRC::$_users
Stores all users that had/have contact with us (channel/query/notice etc.), works only if usersyncing is activated.
- $_usersyncing
- in file SmartIRC.php, variable Net_SmartIRC::$_usersyncing
- _adduser
- in file SmartIRC.php, method Net_SmartIRC::_adduser()
adds an user to the channelobject or updates his info
- _callTimeHandlers
- in file SmartIRC.php, method Net_SmartIRC::_callTimeHandlers()
looks for any time handlers that have timed out and calls them if valid
- _event_error
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_error()
- _event_err_nicknameinuse
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_err_nicknameinuse()
- _event_join
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_join()
- _event_kick
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_kick()
- _event_mode
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_mode()
- _event_nick
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_nick()
- _event_part
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_part()
- _event_ping
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_ping()
- _event_privmsg
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_privmsg()
- _event_quit
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_quit()
- _event_rpl_banlist
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_banlist()
- _event_rpl_channelmodeis
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_channelmodeis()
- _event_rpl_endofbanlist
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_endofbanlist()
- _event_rpl_endofmotd
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_endofmotd()
- _event_rpl_motd
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_motd()
- _event_rpl_motdstart
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_motdstart()
- _event_rpl_namreply
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_namreply()
- _event_rpl_topic
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_topic()
- _event_rpl_umodeis
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_umodeis()
- _event_rpl_welcome
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_welcome()
- _event_rpl_whoreply
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_rpl_whoreply()
- _event_topic
- in file messagehandler.php, method Net_SmartIRC_messagehandler::_event_topic()
- _pingcheck
- in file SmartIRC.php, method Net_SmartIRC::_pingcheck()
An active-pinging system to keep the bot from dropping the connection
- _rawsend
- in file SmartIRC.php, method Net_SmartIRC::_rawsend()
sends a raw message to the IRC server
- _removeuser
- in file SmartIRC.php, method Net_SmartIRC::_removeuser()
removes an user from one channel or all if he quits
- _updatestate
- in file SmartIRC.php, method Net_SmartIRC::_updatestate()
updates and returns the current connection state
- __call
- in file SmartIRC.php, method Net_SmartIRC::__call()
Handle calls to renamed or deprecated functions
- __construct
- in file example3.php, method MyBot::__construct()
- __construct
- in file example.php, method Net_SmartIRC_module_MyBot::__construct()
- __construct
- in file SmartIRC.php, method Net_SmartIRC_Error::__construct()
- __construct
- in file SmartIRC.php, method Net_SmartIRC::__construct()
Constructor. Initiates the messagebuffer and "links" the replycodes from global into properties. Also some PHP runtime settings are configured.
- __destruct
- in file example3.php, method MyBot::__destruct()
- __destruct
- in file example.php, method Net_SmartIRC_module_MyBot::__destruct()
- __get
- in file SmartIRC.php, method Net_SmartIRC::__get()
Keeps BC since private properties were once publicly accessible.
top
Documentation generated on Thu, 25 Jul 2019 12:49:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|