lepinkainen / pyfibot

Pyfibot the Python IRC bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia handler breaks

kipe opened this issue · comments

19-09-13:28 @Kipe_ http://fi.wikipedia.org/wiki/DTMF
19-09-13:28 @pyfibot Title: DTMF (engl.

Expected result should be either:
"Title: DTMF (engl. Dual-tone multi-frequency, myös Touch Tone tai Tone Dialing) on puhelinlaitteissa käytetty numeroiden äänitaajuusvalintatapa."
or
"Title: DTMF on puhelinlaitteissa käytetty numeroiden äänitaajuusvalintatapa."

The latter should be easier to implement, as if we just remove the "extra information", current sentence handler should work just fine. Also the info in brackets usually isn't that relevant to IRC (and also reduces the length of messages).