nemubot/modules/velib.xml

15 lines
419 B
XML
Raw Normal View History

<?xml version="1.0" ?>
<nemubotmodule name="velib">
2012-11-04 16:09:54 +00:00
<help>Gets information about velib stations</help>
<command name="velib" call="checkStation">
<usage>!velib /number/ ...</usage>
<help>gives available bikes and slots at the station /number/.</help>
</command>
<event name="velib" call="nothing">
</event>
<server ip="www.velib.paris.fr" url="/service/stationdetails/paris/" />
2012-11-04 16:09:54 +00:00
</nemubotmodule>