X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fplugins.rb;h=bffba2273994e98d658bee176583c54c080f3509;hb=83fd5d3b11539a07b740048ad93c09e31e8d6701;hp=4e618f61df0b554b513dc7943e9f39e260f41106;hpb=e7558ab501d89ed4d04ff69b58344aec8de50844;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 4e618f61..bffba227 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -78,6 +78,9 @@ module Plugins # topic(TopicMessage):: # Called when a user (or the bot) changes a channel # topic + # + # connect():: Called when a server is joined successfully, but + # before autojoin channels are joined (no params) # # save:: Called when you are required to save your plugin's # state, if you maintain data between sessions