##irc-reply-bot
a bot for user to set some keyword and reply pre-defined message
###how to run this bot
- run
npm install
to solve dependency - change configs in
config.example.js
and rename it toconfig.js
- start the bot with
node index.js
###how to setup dev enviroment
- pull down the project with
git clone https://github.com/YSITD/irc-reply-bot.git
- run
npm install
to solve dependency - run
npm install -g grunt-cli
if you have not do it before - run
grunt
to build the bot
###dev notes
Don't put anything directly into /lib
, the folder will be deleted during building this bot.
Please put them into /src
instead, they will be copied into /lib
during building.