progval / Supybot-plugins

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

Wikipedia: catch talk pages and wikiproject pages #257

Closed jlu5 closed 8 years ago

jlu5 commented 9 years ago

Talk pages and WikiProject pages can have some strange formatting to them, which makes the plugin break when it tries to parse them. This will notify users about this instead of replying with a generic "Not found, or page malformed."

progval commented 9 years ago

Can't you be more specific than 'talk:' in addr.lower()? There might be some cases where it matches on non-talk pages.

jlu5 commented 9 years ago

Oh, I forgot all about this. Updated. (it looks like there's a special class for talk pages, so I'll check for that)