Created
August 15, 2018 21:06
-
-
Save davidkellis/afaed7352b60e71ef4ead0f6c7a053e5 to your computer and use it in GitHub Desktop.
This file contains 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
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