Set french salutation and help keywords.
This commit is contained in:
parent
0477fe4358
commit
b91280c9e0
@ -1,3 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -1 -*-
|
||||||
# Replace these default settings with your own personal settings
|
# Replace these default settings with your own personal settings
|
||||||
|
|
||||||
# IRC configuration
|
# IRC configuration
|
||||||
@ -12,6 +13,9 @@ channel_greeters = ["madix", "cioccolisa", "cpm__", "lonugem" ]
|
|||||||
nick_source = "nicks.csv"
|
nick_source = "nicks.csv"
|
||||||
|
|
||||||
# Bot text
|
# Bot text
|
||||||
hello_list = ["hello", "hi", "hey", "yo", "sup"]
|
hello_list = ["hello", "yo", "bonjour", "salut"]
|
||||||
help_list = ["help", "info", "faq", "explain_yourself"]
|
help_list = ["help", "info", "faq", "explain_yourself", "aide"]
|
||||||
|
|
||||||
|
# Bot welcome message. In fact, never used.
|
||||||
welcome_message = "Welcome! The channel is pretty quiet right now, so I thought I'd say hello, and ping some people that you're here. If no one responds for a whle, try emailing us at contact@april.org or just try coming back later. FYI, you're now on my list of known nicknames, so I won't bother you again."
|
welcome_message = "Welcome! The channel is pretty quiet right now, so I thought I'd say hello, and ping some people that you're here. If no one responds for a whle, try emailing us at contact@april.org or just try coming back later. FYI, you're now on my list of known nicknames, so I won't bother you again."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user