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

Error in Parsing IRC messages including : #1

Description

@DownToSky

message_handler does not retrieve the entire length of messages sent by users if the message includes : and will terminate one character before : is encountered.

Examples:

User's message message_handler receives
abc abc abc abc
Items : Sword Items
tt:t t
t:t

The culprit seems to be parts = line.split(":") in wrapper.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions