added optional factoid prefix. closes #17
This commit is contained in:
parent
32c9e15b91
commit
bc3b61e57f
2 changed files with 15 additions and 2 deletions
|
@ -41,6 +41,13 @@ if not os.path.exists('config'):
|
|||
"mc_user": "INSERT MINECRAFT USERNAME HERE",
|
||||
"mc_pass": "INSERT MINECRAFT PASSWORD HERE"
|
||||
},
|
||||
"plugins":
|
||||
{
|
||||
"factoids":
|
||||
{
|
||||
"prefix": false
|
||||
}
|
||||
},
|
||||
"censored_strings":
|
||||
[
|
||||
"mypass",
|
||||
|
@ -67,3 +74,4 @@ def config():
|
|||
|
||||
|
||||
bot._config_mtime = 0
|
||||
|
||||
|
|
Reference in a new issue