examknow / Exambot-Source

IRC bot written in python and designed towards off-topic chat channels. Features op-tools, ban lists, and a tell function. It also features a reminder function and can be used as a personal assistant on IRC.
GNU General Public License v3.0
2 stars 2 forks source link

MediaWiki Links #4

Open examknow opened 4 years ago

examknow commented 4 years ago

The bot ought to have a more efficient wiki-link and template-link module similar to the WMF's wm-bot (meta.wikimedia.org/wiki/wm-bot). For example "[[User:Examknow]]" should translate to "https://simple.wikipedia.org/wiki/User:Examknow"

RhinosF1 commented 4 years ago

The function that I’ve managed uses .mh $1 $2 to form $1.miraheze.org/wiki/$2

examknow commented 4 years ago

@RhinosF1 ExamBot already has this function