Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.
This repository was archived by the owner on May 4, 2021. It is now read-only.

Long Text crash #6

Description

@saki-mitama

If a text is too long, relay.rb breaks an quit. I don't know exactly how to fix it. A workaround is the following code:

        @consumer = Thread.new do
          loop do
            sleep(@flood_limit)
            msgtext = @mesg_queue.pop
            msg(@irc_channel,msgtext) if msgtext.length < 300
          end
        end

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions