# File lib/rbot/ircsocket.rb, line 261
    def filter=(f)
        @filter = f || IdentityFilter.new
    end