luk3yx/miniirc

View on GitHub

Showing 2 of 2 total issues

IRC has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class IRC:
    connected = None
    debug_file = sys.stdout
    sendq = None
    msglen = 512
Severity: Minor
Found in miniirc.py - About 2 hrs to fix

    Avoid deeply nested control flow statements.
    Open

                        if escape:
                            value += ircv3_tag_escapes.get(char, char)
                            escape = False
                        elif char == '\\':
                            escape = True
    Severity: Major
    Found in miniirc.py - About 45 mins to fix
      Severity
      Category
      Status
      Source
      Language