Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[isup] fix bad indexes preventing bot from recognizing http protocols #933

Merged
merged 1 commit into from
Nov 14, 2015

Conversation

lramati
Copy link
Contributor

@lramati lramati commented Nov 9, 2015

'http://' is 7 characters long, so site[:6] can't ever match it. ditto for 'https://' and site[:7]

`'http://'` is 7 characters long, so `site[:6]` can't ever match it. ditto for `'https://'` and `site[:7]`
embolalia added a commit that referenced this pull request Nov 14, 2015
[isup] fix bad indexes preventing bot from recognizing http protocols
@embolalia embolalia merged commit 268236d into sopel-irc:master Nov 14, 2015
@embolalia
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants