Skip to content

Instantly share code, notes, and snippets.

@jyukutyo
Last active August 29, 2015 14:15
Show Gist options
  • Save jyukutyo/00d5fd7d26eeeac27d9c to your computer and use it in GitHub Desktop.
Save jyukutyo/00d5fd7d26eeeac27d9c to your computer and use it in GitHub Desktop.
run hubot which messages to irc channel
#!/bin/bash
export HUBOT_IRC_SERVER="irc.example.com"
export HUBOT_IRC_PORT="9999"
export HUBOT_IRC_USERNAME="hubot"
export HUBOT_IRC_ROOMS="#hubot,#hoge"
export HUBOT_IRC_NICK="hubot"
# export HUBOT_IRC_SEND_NOTICE_MODE=true
export PORT="9001"
./bin/hubot -a irc -n webircbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment