diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-22 07:12:44 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-22 07:12:44 +0000 |
commit | 8b3111e32425190b0130f658bc4e1b553184dea6 (patch) | |
tree | 5aeacc8c6385b37c3b9c16e3ebd9bd6758f6665a /lib | |
parent | 5d7f4bcc224023d9b98e1db6be7095e946ccd818 (diff) |
New Auth Framework: please document methods
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/botuser.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rbot/botuser.rb b/lib/rbot/botuser.rb index 8f5af858..ccbef4fe 100644 --- a/lib/rbot/botuser.rb +++ b/lib/rbot/botuser.rb @@ -777,6 +777,9 @@ class Bot return bu
end
+ # Logs out any Irc::User matching Irc::Netmask _m_ and logged in
+ # to a transient BotUser
+ #
def logout_transients(m)
debug "to check: #{@botusers.keys.join ' '}"
@botusers.keys.each do |iu|
|