diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-12 23:43:37 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-12 23:43:37 +0200 |
commit | 407909dcd0f19e2d3240b84bbd75a8cf9967535b (patch) | |
tree | ba522e300a50794cf32a6cb49aae2aa8c08db7c9 /lib/rbot/plugins.rb | |
parent | 2d0765c18a7304aa6e113275411f1cff957ed8d9 (diff) |
+ WelcomeMessage class
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r-- | lib/rbot/plugins.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 8c077bea..d714fcf3 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -118,6 +118,10 @@ module Plugins Called when a user (or the bot) changes a channel topic + welcome(WelcomeMessage):: + Called when the welcome message is received on + joining a server succesfully. + connect:: Called when a server is joined successfully, but before autojoin channels are joined (no params) |