progval / Supybot-plugins

Collection of plugins for Supybot/Limnoria I wrote or forked.
https://github.com/ProgVal/Limnoria/
107 stars 63 forks source link

GitHub links go to APIs #269

Closed Mikaela closed 7 years ago

Mikaela commented 9 years ago
2015-02-22 11:53:05+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #945: Limnoria has confusing configuration on HTTPd listening addressses http://git.io/Aze9
2015-02-22 11:55:25+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #517: Have a separate config variable for IPv4 and IPv6 vhosts http://git.io/Azv4
2015-02-22 11:58:40+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #499: Add anonymous issue submission http://git.io/Azft
2015-02-22 11:59:45+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1006: Error if pipe in nick http://git.io/Auhi
2015-02-22 12:01:21+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 12:02:16+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 12:09:05+0200 <@Limnoria> ProgVal/Limnoria: ProgVal created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 13:06:27+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 13:08:46+0200 <@Limnoria> ProgVal/Limnoria: ProgVal created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 20:35:13+0200 <@Limnoria> ProgVal/Limnoria: GLolol created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 20:50:30+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 20:57:00+0200 <@Limnoria> ProgVal/Limnoria: GLolol created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 20:57:59+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 21:03:26+0200 <@Limnoria> ProgVal/Limnoria: GLolol created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 21:18:25+0200 <@Limnoria> ProgVal/Limnoria: ProgVal created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 21:19:28+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 21:20:11+0200 <@Limnoria> ProgVal/Limnoria: ProgVal created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
2015-02-22 21:21:01+0200 <@Limnoria> ProgVal/Limnoria: Mikaela created comment on issue #1058: Dict: add an option to send 'dict' output to private http://git.io/AEbJ
Mikaela commented 9 years ago

also works with issues https://api.github.com/repos/ProgVal/Limnoria/issues/1060

cpg commented 7 years ago

Concur, but let me explain. In this plugin, some links show up fine and some show up with https://api.github.com/... which yields json, not a web page. Ideally you want a web page for human consumption.

progval commented 7 years ago

@cpg In supybot.plugins.GitHub.format.issue_comment, do you use $issue__html_url__tiny, or $issue__url__tiny?

progval commented 7 years ago

Your issue is probably caused by your bot using the second one (which was the default before eaa88ac899b75634cfb278c1ed937ffe41cd676a)