bramdevries / hubot-irail

Get information about trains in Belgium from hubot
3 stars 0 forks source link

Chato.ps #1

Open Jamesford opened 9 years ago

Jamesford commented 9 years ago

Hey, @bramdevries

I saw your tweet about the errors you received on chato.ps. We've tweeted you back, but here's a little extra help. If you add the following yaml data, into a chatops.yaml file at the root of this repo, your custom script should work with your chato.ps bot.

name: irail
display: Irail
description: Get information about trains in Belgium from hubot
author: bramdevries
repo: https://github.com/bramdevries/hubot-irail
paths:
    - src/irail.coffee
commands:
    - nmbs help
    - nmbs from <station> to <station>
dependencies:
    - moment-timezone: '^0.3.0'
bramdevries commented 9 years ago

I've added this, also changed src to scripts. How long does it take before chato.ps knows about these changes?