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

We should return a link... for #link things in irc meetings. #285

Merged
merged 2 commits into from Jun 23, 2015

Conversation

ralphbean
Copy link
Contributor

No description provided.

@@ -39,6 +45,13 @@ class SupybotProcessor(BaseProcessor):
def link(self, msg, **config):
if 'meetbot.meeting.complete' in msg['topic']:
return msg['msg']['url'].replace('http://', 'https://') + ".html"
elif 'meetbot.meeting.item.link' in msg['topic']:
line = msg['msg']['details']['line']
print line
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this isn't meant to stay :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! 🍡

@pypingou
Copy link
Member

1 comment, otherwise looks good to me

ralphbean added a commit that referenced this pull request Jun 23, 2015
We should return a link... for #link things in irc meetings.
@ralphbean ralphbean merged commit 8e3e212 into develop Jun 23, 2015
@ralphbean ralphbean deleted the feature/link-link branch June 23, 2015 20:46
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.

None yet

2 participants