|
|
__init__(self,
name='main',
owner=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
_dccresume(self,
sock,
nick,
userhost,
channel=None)
loop for dcc commands |
source code
|
|
|
|
_dcclisten(self,
nick,
userhost,
channel)
accept dcc chat requests |
source code
|
|
|
|
_dodcc(self,
sock,
nick,
userhost,
channel=None)
loop for dcc commands |
source code
|
|
|
|
| _dccloop(self,
sock,
nick,
userhost,
channel=None) |
source code
|
|
|
|
_dccconnect(self,
nick,
userhost,
addr,
port)
connect to dcc request from nick |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getchannelmode(self,
channel)
send MODE request for channel |
source code
|
|
|
|
|
|
|
say(self,
printto,
what,
who=None,
how='msg',
fromm=None,
speed=5)
output what to printto |
source code
|
|
|
|
|
|
|
|
|
|
handle_kick(self,
ievent)
handle kick event |
source code
|
|
|
|
handle_nick(self,
ievent)
update userhost cache on nick change |
source code
|
|
|
|
|
|
|
|
|
|
handle_quit(self,
ievent)
check if quit is because of a split |
source code
|
|
|
|
handle_mode(self,
ievent)
check if mode is about channel if so request channel mode |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
handle_324(self,
ievent)
handle mode request responses |
source code
|
|
|
|
handle_invite(self,
ievent)
join channel if invited by OPER |
source code
|
|
|
|
settopic(self,
channel,
txt)
set topic of channel to txt |
source code
|
|
|
|
|
|
|
test(self,
txt,
timeout=0,
kw={})
run txt with test ievent |
source code
|
|
|
|
testasync(self,
txt,
timeout=0,
kw={})
run txt with test ievent |
source code
|
|
|
Inherited from irc.Irc:
action,
close,
connect,
ctcp,
ctcpreply,
delop,
doconnect,
donick,
doop,
fakein,
handle_001,
handle_401,
handle_432,
handle_433,
handle_ctcp,
handle_error,
handle_notice,
handle_ping,
handle_pong,
logon,
names,
notice,
onconnect,
out,
output,
outputnolog,
outputsizes,
part,
ping,
privmsg,
putonqueue,
quit,
readloop,
sendraw,
shutdown,
voice,
who,
whois
Inherited from botbase.BotBase:
connectwithjoin,
ownercheck
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|