[ class tree: ] [ index: ] [ all elements ]

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 ] [ _ ]

'

'SMARTIRC_'.$value
in file defines.php, constant 'SMARTIRC_'.$value
top

a

$admin
in file SmartIRC.php, variable Net_SmartIRC_channeluser::$admin
$admins
in file SmartIRC.php, variable Net_SmartIRC_channel::$admins
$author
in file example.php, variable Net_SmartIRC_module_MyBot::$author
$away
in file SmartIRC.php, variable Net_SmartIRC_user::$away
admin
in file irccommands.php, method Net_SmartIRC_irccommands::admin()
    admins an user in the given channel
top

b

$bans
in file SmartIRC.php, variable Net_SmartIRC_channel::$bans
ban
in file irccommands.php, method Net_SmartIRC_irccommands::ban()
    bans a hostmask for the given channel or requests the current banlist
top

c

$channel
in file SmartIRC.php, variable Net_SmartIRC_data::$channel
changeNick
in file irccommands.php, method Net_SmartIRC_irccommands::changeNick()
    changes the own nickname
connect
in file SmartIRC.php, method Net_SmartIRC::connect()
    Creates the sockets and connects to the IRC server on the given port.
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

e

example.php
procedural page example.php
example2.php
procedural page example2.php
example3.php
procedural page example3.php
example4.php
procedural page example4.php
example5.php
procedural page example5.php
example6.php
procedural page example6.php
example7.php
procedural page example7.php
top

f

$founder
in file SmartIRC.php, variable Net_SmartIRC_channeluser::$founder
$founders
in file SmartIRC.php, variable Net_SmartIRC_channel::$founders
$from
in file SmartIRC.php, variable Net_SmartIRC_data::$from
founder
in file irccommands.php, method Net_SmartIRC_irccommands::founder()
    founders an user in the given channel
top

g

getChannel
in file SmartIRC.php, method Net_SmartIRC::getChannel()
    Returns a reference to the channel object of the specified channelname.
getList
in file irccommands.php, method Net_SmartIRC_irccommands::getList()
    gets a list of one ore more channels
getMessage
in file SmartIRC.php, method Net_SmartIRC_Error::getMessage()
getMotd
in file SmartIRC.php, method Net_SmartIRC::getMotd()
    Returns the full motd.
getTopic
in file irccommands.php, method Net_SmartIRC_irccommands::getTopic()
    gets the topic of a channel
getUser
in file SmartIRC.php, method Net_SmartIRC::getUser()
    Returns a reference to the user object for the specified username and channelname.
getUsermode
in file SmartIRC.php, method Net_SmartIRC::getUsermode()
    Returns the usermode.
top

h

$hop
in file SmartIRC.php, variable Net_SmartIRC_channeluser::$hop
$hopcount
in file SmartIRC.php, variable Net_SmartIRC_user::$hopcount
$hops
in file SmartIRC.php, variable Net_SmartIRC_channel::$hops
$host
in file SmartIRC.php, variable Net_SmartIRC_user::$host
$host
in file SmartIRC.php, variable Net_SmartIRC_data::$host
handler
in file SmartIRC.php, method Net_SmartIRC_listenfor::handler()
    stores the received answer into the result array
hop
in file irccommands.php, method Net_SmartIRC_irccommands::hop()
    hops an user in the given channel
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

j

$joinedchannels
in file SmartIRC.php, variable Net_SmartIRC_ircuser::$joinedchannels
join
in file irccommands.php, method Net_SmartIRC_irccommands::join()
    Joins one or more IRC channels with an optional key.
top

k

$key
in file SmartIRC.php, variable Net_SmartIRC_channel::$key
kick
in file irccommands.php, method Net_SmartIRC_irccommands::kick()
    Kicks one or more user from an IRC channel with an optional reason.
top

l

$license
in file example.php, variable Net_SmartIRC_module_MyBot::$license
listen
in file SmartIRC.php, method Net_SmartIRC::listen()
    goes into receive mode
listenFor
in file SmartIRC.php, method Net_SmartIRC::listenFor()
    waits for a special message type and returns the answer
listenOnce
in file SmartIRC.php, method Net_SmartIRC::listenOnce()
    goes into receive mode _only_ for one pass
loadedModules
in file SmartIRC.php, method Net_SmartIRC::loadedModules()
    Returns an array of the module names that are currently loaded
loadModule
in file SmartIRC.php, method Net_SmartIRC::loadModule()
    loads a module using preset path and given name
log
in file SmartIRC.php, method Net_SmartIRC::log()
    Adds an entry to the log.
login
in file SmartIRC.php, method Net_SmartIRC::login()
    login and register nickname on the IRC network
top

m

$message
in file SmartIRC.php, variable Net_SmartIRC_data::$message
$messageex
in file SmartIRC.php, variable Net_SmartIRC_data::$messageex
$mode
in file SmartIRC.php, variable Net_SmartIRC_channel::$mode
message
in file irccommands.php, method Net_SmartIRC_irccommands::message()
    sends a new message
mode
in file irccommands.php, method Net_SmartIRC_irccommands::mode()
    sets or gets the mode of an user or channel
MyBot
in file example3.php, class MyBot
messagehandler.php
procedural page messagehandler.php
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

o

$op
in file SmartIRC.php, variable Net_SmartIRC_channeluser::$op
$ops
in file SmartIRC.php, variable Net_SmartIRC_channel::$ops
op
in file irccommands.php, method Net_SmartIRC_irccommands::op()
    ops an user in the given channel
op_list
in file example3.php, method MyBot::op_list()
top

p

$params
in file SmartIRC.php, variable Net_SmartIRC_data::$params
part
in file irccommands.php, method Net_SmartIRC_irccommands::part()
    parts from one or more IRC channels with an optional reason
perform
in file SmartIRC.php, method Net_SmartIRC::perform()
    adds a command to the list of commands to be sent after login() info
top

q

query_test
in file example.php, method Net_SmartIRC_module_MyBot::query_test()
quit
in file irccommands.php, method Net_SmartIRC_irccommands::quit()
    sends QUIT to IRC server and disconnects
top

r

$rawmessage
in file SmartIRC.php, variable Net_SmartIRC_data::$rawmessage
$rawmessageex
in file SmartIRC.php, variable Net_SmartIRC_data::$rawmessageex
$realname
in file SmartIRC.php, variable Net_SmartIRC_user::$realname
$result
in file SmartIRC.php, variable Net_SmartIRC_listenfor::$result
reconnect
in file SmartIRC.php, method Net_SmartIRC::reconnect()
    Reconnects to the IRC server with the same login info, it also rejoins the channels
registerActionHandler
in file SmartIRC.php, method Net_SmartIRC::registerActionHandler()
    registers a new actionhandler and returns the assigned id
registerTimeHandler
in file SmartIRC.php, method Net_SmartIRC::registerTimeHandler()
    registers a timehandler and returns the assigned id
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

t

$topic
in file SmartIRC.php, variable Net_SmartIRC_channel::$topic
$type
in file SmartIRC.php, variable Net_SmartIRC_data::$type
throwError
in file SmartIRC.php, method Net_SmartIRC::throwError()
top

u

$users
in file SmartIRC.php, variable Net_SmartIRC_channel::$users
$user_limit
in file SmartIRC.php, variable Net_SmartIRC_channel::$user_limit
unban
in file irccommands.php, method Net_SmartIRC_irccommands::unban()
    unbans a hostmask on the given channel
unloadModule
in file SmartIRC.php, method Net_SmartIRC::unloadModule()
    unloads a module by the name originally loaded with
unregisterActionHandler
in file SmartIRC.php, method Net_SmartIRC::unregisterActionHandler()
    unregisters an existing actionhandler
unregisterActionId
in file SmartIRC.php, method Net_SmartIRC::unregisterActionId()
    unregisters an existing actionhandler via the id
unregisterTimeId
in file SmartIRC.php, method Net_SmartIRC::unregisterTimeId()
    unregisters an existing timehandler via the id
top

v

$voice
in file SmartIRC.php, variable Net_SmartIRC_channeluser::$voice
$voices
in file SmartIRC.php, variable Net_SmartIRC_channel::$voices
voice
in file irccommands.php, method Net_SmartIRC_irccommands::voice()
    voice a user in the given channel
top

w

who
in file irccommands.php, method Net_SmartIRC_irccommands::who()
    requests a 'WHO' from the specified target
whois
in file irccommands.php, method Net_SmartIRC_irccommands::whois()
    requests a 'WHOIS' from the specified target
whowas
in file irccommands.php, method Net_SmartIRC_irccommands::whowas()
    requests a 'WHOWAS' from the specified target (if he left the IRC network)
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.