diff options
-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|
|