Home | Trees | Index | Help |
---|
Package twisted :: Package im :: Module ircsupport :: Class IRCProto |
|
AbstractClientMixin
--+ |BaseProtocol
--+ | | |Protocol
--+ | | |LineReceiver
--+ | | |IRCClient
--+ | IRCProto
Method Summary | |
---|---|
__init__(self,
account,
chatui,
logonDeferred)
| |
__getstate__(self)
(inherited from IRCClient )
| |
action(self,
username,
channel,
emote)
| |
away(self,
message)
(inherited from IRCClient )
| |
When I get a message that's so broken I can't use it. (inherited from IRCClient )
| |
Clear buffered data. (inherited from LineReceiver )
| |
(Deprecated) (inherited from Protocol )
| |
connectionLost(self,
reason)
(inherited from AbstractClientMixin )
| |
connectionMade(self)
| |
Send one or more extended messagesas a CTCP query. (inherited from IRCClient )
| |
Send one or more extended messagesas a CTCP reply. (inherited from IRCClient )
| |
Dispatch method for any CTCP queries received. (inherited from IRCClient )
| |
ctcpQuery_ACTION(self,
user,
channel,
data)
(inherited from IRCClient )
| |
A master index of what CTCP tags this client knows. (inherited from IRCClient )
| |
Initiate a Direct Client Connection (inherited from IRCClient )
| |
ctcpQuery_ERRMSG(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_FINGER(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_PING(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_SOURCE(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_TIME(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_USERINFO(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpQuery_VERSION(self,
user,
channel,
data)
(inherited from IRCClient )
| |
Dispatch method for any CTCP replies received. (inherited from IRCClient )
| |
ctcpReply_PING(self,
user,
channel,
data)
(inherited from IRCClient )
| |
ctcpUnknownQuery(self,
user,
channel,
tag,
data)
(inherited from IRCClient )
| |
Called when a fitting ctcpReply_ method is not found. (inherited from IRCClient )
| |
Protocol.dataReceived. (inherited from IRCClient )
| |
dcc_ACCEPT(self,
user,
channel,
data)
(inherited from IRCClient )
| |
dcc_CHAT(self,
user,
channel,
data)
(inherited from IRCClient )
| |
dcc_RESUME(self,
user,
channel,
data)
(inherited from IRCClient )
| |
dcc_SEND(self,
user,
channel,
data)
(inherited from IRCClient )
| |
Send a DCC ACCEPT response to clients who have requested a resume. (inherited from IRCClient )
| |
Called when a client has verified and accepted a DCC resume request made by us. (inherited from IRCClient )
| |
dccDoChat(self,
user,
channel,
address,
port,
data)
(inherited from IRCClient )
| |
Called when a client is trying to resume an offered file via DCC send. (inherited from IRCClient )
| |
Called when I receive a DCC SEND offer from a client. (inherited from IRCClient )
| |
Send a DCC RESUME request to another user. (inherited from IRCClient )
| |
dccSend(self,
user,
file)
(inherited from IRCClient )
| |
getGroupConversation(self,
name,
hide)
| |
getPerson(self,
name)
| |
Determine the function to call for the given command and call it with the given arguments. (inherited from IRCClient )
| |
irc_333(self,
prefix,
params)
| |
irc_ERR_NICKNAMEINUSE(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_ERR_PASSWDMISMATCH(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_JOIN(self,
prefix,
params)
| |
Kicked? Who? Not me, I hope. (inherited from IRCClient )
| |
irc_MODE(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_NICK(self,
prefix,
params)
| |
irc_NOTICE(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_PART(self,
prefix,
params)
| |
irc_PING(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_PRIVMSG(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_QUIT(self,
prefix,
params)
| |
irc_RPL_ENDOFMOTD(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_RPL_ENDOFNAMES(self,
prefix,
params)
| |
irc_RPL_MOTD(self,
prefix,
params)
(inherited from IRCClient )
| |
irc_RPL_MOTDSTART(self,
prefix,
params)
(inherited from IRCClient )
| |
RPL_NAMREPLY >> NAMES #bnl << :Arlington.VA.US.Undernet.Org 353 z3p = #bnl :pSwede Dan-- SkOyg AG | |
irc_RPL_NOTOPIC(self,
prefix,
params)
(inherited from IRCClient )
| |
I just joined the channel, and the server is telling me the current topic. | |
irc_RPL_WELCOME(self,
prefix,
params)
(inherited from IRCClient )
| |
Someone in the channel set the topic. | |
irc_unknown(self,
prefix,
command,
params)
| |
join(self,
channel,
key)
(inherited from IRCClient )
| |
Called when I finish joining a channel. (inherited from IRCClient )
| |
joinGroup(self,
name)
| |
kick(self,
channel,
user,
reason)
(inherited from IRCClient )
| |
Called when I am kicked from a channel. | |
leave(self,
channel,
reason)
(inherited from IRCClient )
| |
Called when I have left a channel. (inherited from IRCClient )
| |
Called when the maximum line length has been reached. (inherited from LineReceiver )
| |
Override this for when each line is received. (inherited from IRCClient )
| |
Strike a pose. (inherited from IRCClient )
| |
Change the modes on a user or channel. (inherited from IRCClient )
| |
Called when a channel's modes are changed (inherited from IRCClient )
| |
msg(self,
user,
message,
length)
(inherited from IRCClient )
| |
Called when my nick has been changed. (inherited from IRCClient )
| |
notice(self,
user,
message)
(inherited from IRCClient )
| |
noticed(self,
username,
channel,
message)
| |
part(self,
channel,
reason)
(inherited from IRCClient )
| |
Measure round-trip delay to another IRC client. (inherited from IRCClient )
| |
Called with the results of a CTCP PING query. (inherited from IRCClient )
| |
privmsg(self,
username,
channel,
message,
metadata)
| |
This is called when I receive a message which is peculiar, but not wholly indecipherable. (inherited from IRCClient )
| |
quit(self,
message)
(inherited from IRCClient )
| |
Override this for when raw data is received. (inherited from LineReceiver )
| |
I received a message-of-the-day banner from the server. (inherited from IRCClient )
| |
register(self,
nickname,
hostname,
servername)
(inherited from IRCClient )
| |
say(self,
channel,
message,
length)
(inherited from IRCClient )
| |
Sends a line to the other end of the connection. (inherited from IRCClient )
| |
Sets the line-mode of this receiver. (inherited from LineReceiver )
| |
setNick(self,
nick)
| |
Sets the raw mode of this receiver. (inherited from LineReceiver )
| |
Called after sucessfully signing on to the server. (inherited from IRCClient )
| |
Attempt to set the topic of the given channel, or ask what it is. (inherited from IRCClient )
| |
In channel, user changed the topic to newTopic. (inherited from IRCClient )
| |
Tell the chat UI that I have `signed off'. (inherited from AbstractClientMixin )
| |
Called when I see another user joining a channel. (inherited from IRCClient )
| |
Called when I observe someone else being kicked from a channel. | |
Called when I see another user leaving a channel. (inherited from IRCClient )
| |
A user changed their name from oldname to newname. (inherited from IRCClient )
|
Method Details |
---|
irc_RPL_NAMREPLY(self, prefix, params)RPL_NAMREPLY >> NAMES #bnl << :Arlington.VA.US.Undernet.Org 353 z3p = #bnl :pSwede Dan-- SkOyg AG |
irc_RPL_TOPIC(self, prefix, params)I just joined the channel, and the server is telling me the current topic.
|
irc_TOPIC(self, prefix, params)Someone in the channel set the topic.
|
kickedFrom(self, channel, kicker, message)Called when I am kicked from a channel. |
userKicked(self, kickee, channel, kicker, message)Called when I observe someone else being kicked from a channel.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:29 2003 | http://epydoc.sf.net |