# File lib/rbot/core/unicode.rb, line 69
    def cleanup
        debug "cleaning up encodings"
        @bot.socket.filter = nil
        $KCODE = @@old_kcode
        super
    end