Lala IRC Bot¶
-
class
lala.bot.Lala(*args, **kwargs)[source]¶ Bases:
twisted.words.protocols.irc.IRCClient-
lineRate= 1¶
-
modeChanged(user, channel, set, modes, args)[source]¶ The mode of a user has been changed. If it was added by
Chanservand the user is in the admin list, append him toidentified_admins.
-
msg(channel, message, log, length=None)[source]¶ Sends
messagetochannel.Depending on
log, the message will be logged or not.Do not use this method from plugins, use
lala.util.msg()instead.
-
nickname¶
-
noticed(user, channel, message)[source]¶ Same as
lala.bot.Lala.privmsg()for NOTICEs.
-
signedOn()[source]¶ Called after a connection to the server has been established.
Joins all configured channels and identifies with Nickserv.
-
versionName= 'lala'¶
-
versionNum= '0.4'¶
-