Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.66 KB | None | 0 0
  1. {
  2.     "connections": [
  3.         {
  4.             "name": "quakenet",
  5.             "type": "irc",
  6.             "connection": {
  7.                 "server": "irc.quakenet.org",
  8.                 "port": 6667,
  9.                 "ssl": false,
  10.                 "ignore_cert": true,
  11.                 "password": "",
  12.                 "timeout": 300
  13.             },
  14.             "ping_settings": {
  15.                 "interval": 60,
  16.                 "warn": 120,
  17.                 "timeout": 300
  18.             },
  19.             "nick": "VOIDED",
  20.             "user": "VOIDED",
  21.             "realname": "VOIDED",
  22.             "avoid_notices": false,
  23.             "channels": [
  24.                "#VOIDED",
  25.                "#VOIDED",
  26.                "#VOIDED"
  27.             ],
  28.             "disabled_commands": [],
  29.             "acls": {},
  30.             "sasl": {
  31.                 "enabled": false,
  32.                 "mechanism": "PLAIN",
  33.                 "user": "",
  34.                 "pass": ""
  35.             },
  36.             "nickserv": {
  37.                 "enabled": true,
  38.                 "nickserv_password": "VOIDED",
  39.                 "nickserv_user": "VOIDED",
  40.                 "nickserv_name": "Q@CServe.quakenet.org",
  41.                 "nickserv_command": "auth"
  42.             },
  43.             "ratelimit": {
  44.                 "max_tokens": 17.5,
  45.                 "restore_rate": 2.5,
  46.                 "message_cost": 5,
  47.                 "strict": true
  48.             },
  49.             "permissions": {
  50.                 "admins": {
  51.                     "perms": [
  52.                         "addfactoid",
  53.                         "delfactoid",
  54.                         "ignore",
  55.                         "botcontrol",
  56.                         "plpaste",
  57.                         "permissions_users",
  58.                         "op"
  59.                     ],
  60.                     "users": [
  61.                         "VOIDED"
  62.                     ]
  63.                 },
  64.                 "moderators": {
  65.                     "perms": [
  66.                         "addfactoid",
  67.                         "delfactoid",
  68.                         "ignore"
  69.                     ],
  70.                     "users": [
  71.                     ]
  72.                 }
  73.             },
  74.             "plugins": {},
  75.             "command_prefix": "!"
  76.         }
  77.     ],
  78.     "api_keys": {
  79.         "tvdb": "",
  80.         "destiny": "VOIDED",
  81.         "bing_azure": "",
  82.         "wolframalpha": "VOIDED",
  83.         "lastfm": "",
  84.         "rottentomatoes": "",
  85.         "soundcloud": "VOIDED",
  86.         "twitter_consumer_key": "VOIDED",
  87.         "twitter_consumer_secret": "VOIDED",
  88.         "twitter_access_token": "VOIDED",
  89.         "twitter_access_secret": "VOIDED",
  90.         "imgur_client_id": "VOIDED",
  91.         "imgur_client_secret": "VOIDED",
  92.         "wunderground": "VOIDED",
  93.         "rdio_key": "",
  94.         "rdio_secret": "",
  95.         "google_dev_key": "VOIDED",
  96.         "google_cse_id": "VOIDED",
  97.         "octopart": "",
  98.         "brewerydb": "VOIDED",
  99.         "spotify_client_id": "VOIDED",
  100.         "spotify_client_secret": "VOIDED",
  101.         "wordnik": ""
  102.     },
  103.     "database": "sqlite:///cloudbot.db",
  104.     "plugin_loading": {
  105.         "use_whitelist": false,
  106.         "blacklist": [
  107.             "update"
  108.         ],
  109.         "whitelist": []
  110.     },
  111.     "web": {
  112.       "enabled": false,
  113.       "address": "0.0.0.0",
  114.       "port": 8090,
  115.       "bot_name": "CloudBot"
  116.     },
  117.     "reloading": {
  118.         "config_reloading": true,
  119.         "plugin_reloading": true
  120.     },
  121.     "logging": {
  122.         "console_debug": true,
  123.         "file_debug": false,
  124.         "show_plugin_loading": true,
  125.         "show_motd": true,
  126.         "show_server_info": true,
  127.         "raw_file_log": false,
  128.         "file_log": true
  129.     }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement