You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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""
The text was updated successfully, but these errors were encountered:
/ZioNeL/znc.tcl - was my first repo. then i renamed it to /ZioNeL/znc-tcl . But even so didn`t worked.
After modifing in tcl the line it allowed me to add repos containing chars like ". or - "
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""
The text was updated successfully, but these errors were encountered: