summaryrefslogtreecommitdiff
path: root/lib/rbot/plugins.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-27 21:50:50 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-03-27 21:50:50 +0100
commit4b3c33ad04cb47eeed3b360ac0743415de0d9ad9 (patch)
tree42327c6dadf876e1dd94fac62ff868eceadb99f9 /lib/rbot/plugins.rb
parent445b4b7f144edb862f7744eae4eeddb5f4b27038 (diff)
* handle invites properly -- forgot more than half the files :/
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r--lib/rbot/plugins.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb
index 6f308609..9d633c1b 100644
--- a/lib/rbot/plugins.rb
+++ b/lib/rbot/plugins.rb
@@ -95,6 +95,9 @@ module Plugins
Called when a user (or the bot) is kicked from a
channel the bot is in.
+ invite(InviteMessage)::
+ Called when the bot is invited to a channel.
+
join(JoinMessage)::
Called when a user (or the bot) joins a channel