diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-03-19 03:26:09 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-03-19 03:26:09 +0100 |
| commit | 0e84a9c5cad2c5b8d4a2a9cff67c106ce4a47dfa (patch) | |
| tree | c6f20859805190a7beb6366a5cee89f23cba407e /configs/config.toml | |
| parent | 47627f9219c75290125f980761b4ec9b5f6fe1f4 (diff) | |
| download | frippy-0e84a9c5cad2c5b8d4a2a9cff67c106ce4a47dfa.tar.gz frippy-0e84a9c5cad2c5b8d4a2a9cff67c106ce4a47dfa.zip | |
Use a prefix from the config instead of the nick
Diffstat (limited to 'configs/config.toml')
| -rw-r--r-- | configs/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/config.toml b/configs/config.toml index 5a78444..03b8046 100644 --- a/configs/config.toml +++ b/configs/config.toml @@ -25,6 +25,7 @@ source = "https://github.com/Mavulp/frippy" #"#frippy" = "" [options] +#prefix = "." #disabled_plugins = "Url" # If no database url is set a HashMap is used #mysql_url = "mysql://user:password@address/db" |
