-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
linker cannot be set via dcc:
[01:20:35] Usage: .github linker set
[01:20:52] .github linker set #ZNC /ZioNeL/znc.tcl
[01:20:52] Error: repository has to be a valid GitHub repository in the form of "/username/repository"
In order to fix this the following change must be made:
From:
} elseif {![regexp -- {^/[a-zA-Z0-9]+/[a-zA-Z0-9]+$} $repo]} { ;# FixMe: make sure this is correct
putdcc $idx "Error: repository has to be a valid GitHub repository in the form of "/username/repository""
To:
} elseif {![regexp -- {^/[a-zA-Z0-9]+/[a-zA-Z0-9]-.+$} $repo]} { ;# FixMe: make sure this is correct
putdcc $idx "Error: repository has to be a valid GitHub repository in the form of "/username/repository""
Metadata
Metadata
Assignees
Labels
No labels