timebot

Convert live time across time-zones on IRC
git clone http://git.hanabi.in/repos/timebot.git
Log | Files | Refs | LICENSE

config.js (157B)


      1 module.exports = {
      2   channels: ["##nie"],
      3   maintainers: ["acagastya"],
      4   nick: "timebot",
      5   password: "bots-irc-password",
      6   server: "irc.freenode.net",
      7 };