thelounge / thelounge-bot

🤖 A helper IRC bot for #thelounge
https://demo.thelounge.chat/
MIT License
16 stars 9 forks source link

Respond to full PR/issues URLs #6

Open astorije opened 7 years ago

astorije commented 7 years ago

Right now, bot answers to #xxx with PR title, status and links, such as:

<alice>     Look at #1047
<lounge-bot>    [PR 1047] (open) Condense join into nicknames (https://github.com/thelounge/lounge/pull/1047)

But if someone posts the full URL, nothing shows up. The following would be great in addition to the above:

<alice>     Look at https://github.com/thelounge/lounge/pull/1047
<lounge-bot>    [PR 1047] (open) Condense join into nicknames
xPaw commented 6 years ago

Do we still want to do this especially with link previews in Lounge?