Created
October 28, 2011 06:35
-
-
Save marcusramberg/1321750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#this is what I get on my mac: | |
npm ok | |
./bin/hubot: line 6: /Users/marcus/Source/nbirc/node_modules/.bin/hubot: No such file or directory | |
./bin/hubot: line 6: exec: /Users/marcus/Source/nbirc/node_modules/.bin/hubot: cannot execute: No such file or directory | |
nbirc $ | |
# This is what I get on freebsd: | |
Loading hubot core scripts for relative scripts at /usr/home/marcus/src/nordbert/src/hubot/scripts | |
Hubot: the Shell. | |
/^Hubot:?\s*(image|img)( me)? (.*)/i | |
/^Hubot:?\s*animate me (.*)/i | |
/^Hubot:?\s*(?:mo?u)?sta(?:s|c)he?(?: me)? (.*)/i | |
/^Hubot:?\s*PING$/i | |
/^Hubot:?\s*ECHO (.*)$/i | |
/^Hubot:?\s*TIME$/i | |
/^Hubot:?\s*DIE$/i | |
/^Hubot:?\s*(calc|calculate|convert|math)( me)? (.*)/i | |
/^Hubot:?\s*(the rules|the laws)/i | |
/^Hubot:?\s*show storage$/i | |
/^Hubot:?\s*show users$/i | |
/^Hubot:?\s*(youtube|yt)( me)? (.*)/i | |
/^Hubot:?\s*who is ([\w .-]+)\?*$/i | |
/^Hubot:?\s*([\w .-]+) is (["'\w: ]+)[.!]*$/i | |
/^Hubot:?\s*([\w .-]+) is not (["'\w: ]+)[.!]*$/i | |
/^Hubot:?\s*help$/i | |
/^Hubot:?\s*(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i | |
/^Hubot:?\s*(translate)( me)?(( from) ([a-z]*))?(( (in)?to) ([a-z]*))? (.*)/i | |
Loading hubot-scripts from /usr/home/marcus/src/nordbert/hubot-scripts.json | |
/^Hubot:?\s*(.*) tweet/i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment