Skip to content

Instantly share code, notes, and snippets.

@davidkellis
Created August 15, 2018 21:06
Show Gist options
  • Save davidkellis/afaed7352b60e71ef4ead0f6c7a053e5 to your computer and use it in GitHub Desktop.
Save davidkellis/afaed7352b60e71ef4ead0f6c7a053e5 to your computer and use it in GitHub Desktop.
server:
address: "localhost:6667"
channel: "#hello"
greetings:
- passthru: true
filter: "boss"
message: "Hi, boss!"
- passthru: false
filter: ".*"
message: "Welcome to the channel!"
user:
nick: "watcher"
user: "watcher52"
real: "Watch out for loose seal!"
bot:
admin: ["admin", "nicks", "here"]
message_frequency: 180
watch_list:
- "watched"
- "nicks"
- "here"
twilio:
sid: "<sid here>"
token: "<token here>"
number: "<outgoing number here>"
recipient: "<recipient number here>"
logging:
path: "/Path/to/Logs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment