diff options
-rw-r--r-- | lib/rbot/irc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index c0fdff4b..6a0bb2a2 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -673,7 +673,7 @@ module Irc if self.class == Netmask
return self if fits_with_server_and_casemap?(opts)
end
- return self.full_downcase.to_irc_netmask(opts)
+ return self.full_downcase.to_irc_netmask(server_and_casemap.merge(opts))
end
# Converts the receiver into a User with the given (optional)
|