Skip to content
dunkfordyce edited this page Sep 14, 2010 · 5 revisions

Welcome to the fatbot wiki!

Example config

{
  "servers": { 
     "<server name 1>": {
       "hostname": "<server host name>",
       "nick": "<nickname>"
     },
     "<server name 2>": {
       ....
     }
  },
  "plugins": [
    {
      "module": "package/modulename",
      "opt1": "....",
      "opt2": "...."
    },
    {
      "module": "./absolute/path/to/module", 
      "opt1": "....",
      "opt2": "...."
    }  
  ]
}

Plugins

Clone this wiki locally