forked from shaunagm/WelcomeBot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbot_settings.py
24 lines (21 loc) · 903 Bytes
/
bot_settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Replace these default settings with your own personal settings
# IRC configuration
channel = "#falconframework"
botnick = "elaenor"
server = "irc.freenode.net"
registered = False
# Bot behavior
wait_time = 60
channel_greeters = ["kgriffs", "jvrbanac"]
nick_source = "/opt/WelcomeBot/nicks.json"
# Bot text
hello_list = ["hello", "hi", "hey", "yo", "sup"]
help_list = ["help", "info", "faq", "explain_yourself"]
welcome_message = ("Welcome {newcomer}! The channel is pretty quiet "
"right now, so I thought I'd say "
"hello, and ping some people that "
"you're here (like {greeter_string}). "
"I'm a bot! If no one responds for "
"a while, try visiting our discussion group at "
"https://groups.google.com/d/forum/falconframework "
"or just try coming back later.")