diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/irc.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index 9ce57816..78c154ec 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -772,6 +772,7 @@ module Irc h.sub!(/x-\w+$/, 'x-*')
else
h.match(/^[^\.]+\.[^\.]+$/) or
+ h.sub!(/azzurra[=-][0-9a-f]+/i, '*') or # hello, azzurra, you suck!
h.sub!(/^(\d+\.\d+\.\d+\.)\d+$/, '\1*') or
h.sub!(/^[^\.]+\./, '*.')
end
|