Last active
August 29, 2015 14:15
-
-
Save jyukutyo/00d5fd7d26eeeac27d9c to your computer and use it in GitHub Desktop.
run hubot which messages to irc channel
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
#!/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