Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created October 28, 2011 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrgifford/1322973 to your computer and use it in GitHub Desktop.
Save jrgifford/1322973 to your computer and use it in GitHub Desktop.
hubot irc logfile
Loading deploy-local scripts at /home/jrg/code/hubot/scripts
Loading hubot core scripts for relative scripts at /home/jrg/code/hubot/src/hubot/scripts
{ nick: 'jrgiffordbot',
port: undefined,
rooms: [ '#2buntu' ],
server: 'irc.freenode.net',
password: undefined,
nickpass: undefined }
/^jrgiffordbot:?\s*help$/i
/^jrgiffordbot:?\s*(image|img)( me)? (.*)/i
/^jrgiffordbot:?\s*animate me (.*)/i
/^jrgiffordbot:?\s*(?:mo?u)?sta(?:s|c)he?(?: me)? (.*)/i
/^jrgiffordbot:?\s*(translate)( me)?(( from) ([a-z]*))?(( (in)?to) ([a-z]*))? (.*)/i
/^jrgiffordbot:?\s*(youtube|yt)( me)? (.*)/i
/^jrgiffordbot:?\s*(?:(satellite|terrain|hybrid)[- ])?map me (.+)/i
/^jrgiffordbot:?\s*(calc|calculate|convert|math)( me)? (.*)/i
/^jrgiffordbot:?\s*PING$/i
/^jrgiffordbot:?\s*ECHO (.*)$/i
/^jrgiffordbot:?\s*TIME$/i
/^jrgiffordbot:?\s*DIE$/i
/^jrgiffordbot:?\s*who is ([\w .-]+)\?*$/i
/^jrgiffordbot:?\s*([\w .-]+) is (["'\w: ]+)[.!]*$/i
/^jrgiffordbot:?\s*([\w .-]+) is not (["'\w: ]+)[.!]*$/i
/^jrgiffordbot:?\s*show storage$/i
/^jrgiffordbot:?\s*show users$/i
/^jrgiffordbot:?\s*(the rules|the laws)/i
Loading hubot-scripts from /home/jrg/code/hubot/hubot-scripts.json
/^jrgiffordbot:?\s*(.*) tweet/i
Successfully connected to Redis
28 Oct 14:20:19 - SEND: NICK :jrgiffordbot
28 Oct 14:20:19 - SEND: USER nodebot 8 * :nodeJS IRC client
28 Oct 14:20:26 - Unhandled message: { prefix: 'holmes.freenode.net',
server: 'holmes.freenode.net',
command: 'rpl_luserunknown',
rawCommand: '253',
commandType: 'reply',
args: [ 'jrgiffordbot', '5', 'unknown connection(s)' ] }
28 Oct 14:20:26 - SEND: JOIN :#2buntu
28 Oct 14:20:26 - MODE:jrgiffordbot sets mode: +i
jrgiffordbot has joined #2buntu
28 Oct 14:20:30 - SEND: MODE :#2buntu
From jrgifford to #2buntu: jrgiffordbot: help
#2buntu <jrgifford> jrgiffordbot: help
#2buntu <keyword> tweet - Returns a link to a tweet about <keyword>
<user> is a badass guitarist - assign a role to a user
<user> is not a badass guitarist - remove a role from a user
animate me <query> - The same thing as `image me`, except adds a few
convert me <expression> to <units> - Convert expression to given units.
help - Displays all of the help commands that Hubot knows about.
image me <query> - The Original. Queries Google Images for <query> and
map me <query> - Returns a map view of the area returned by `query`.
math me <expression> - Calculate the given expression.
mustache me <query> - Searches Google Images for the specified query and
mustache me <url> - Adds a mustache to the specified URL.
ship it - Display a motivation squirrel
show storage - Display the contents that are persisted in redis
show users - Display all users that hubot knows about
translate me <phrase> - Searches for a translation for the <phrase> and then
translate me from <source> into <target> <phrase> - Translates <phrase> from <source> into <target>. Both <source> and <target> are optional
who is <user> - see what roles a user has
youtube me <query> - Searches YouTube for the query and returns the video
error while calling listener: TypeError: Cannot call method 'say' of undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment