Skip to content

Instantly share code, notes, and snippets.

@agrif
Created December 30, 2011 20:33
Show Gist options
  • Save agrif/1541368 to your computer and use it in GitHub Desktop.
Save agrif/1541368 to your computer and use it in GitHub Desktop.
plugins:
- type: hesperus.plugins.irc.IRCPlugin
server: irc.freenode.net
port: 6667
nick: EmceeOverviewer
nickserv-password: nottherealone
channelmap:
irc: "#overviewer"
nickmap:
admin:
- agrif
- achin
- pironic
- pironic|work
- pironic|away
- aheadley
- aheadley|away
- Fenixin
- brownan
# - type: hesperus.plugins.bukkit.BukkitPlugin
# channels: bukkit
# server: moro.so
# port: 20060
# username: emcee
# password: notreal
# salt: salty
- type: hesperus.plugins.bridge.BridgePlugin
inputs: [irc, bukkit]
outputs: default
- type: hesperus.plugins.command.CommandPlugin
channels: default
inline: yes
names:
- EmceeOverviewer
- emcee
- mco
- emo
name-sep-chars: ",:"
command-chars: "!"
- type: hesperus.plugins.reloader.Reloader
channels: admin
skip: IRCPlugin
- type: hesperus.plugins.whoami.WhoAmIPlugin
channels: default
- type: hesperus.plugins.remind.RemindPlugin
channels: default
- type: hesperus.plugins.seen.SeenPlugin
channels: default
- type: hesperus.plugins.google.GooglePlugin
channels: default
- type: hesperus.plugins.wolfram.AlphaPlugin
channels: default
app-id: AAAAAAAAB
- type: hesperus.plugins.echo.EchoPlugin
channels: default
commands:
help: http://overviewer.org/irc/bot
hesperus: https://github.com/agrif/hesperus
dtt: &dtt https://github.com/overviewer/Minecraft-Overviewer/wiki/DTT-Upgrade-Guide
dttguide: *dtt
quickstart: &quickstart https://github.com/overviewer/Minecraft-Overviewer/wiki/Quick-Start-Guide
quickstartguide: *quickstart
guide: *quickstart
rmo: &rmo https://github.com/overviewer/Minecraft-Overviewer/wiki/Rendermode-Options-Guide
rmoguide: *rmo
coconutcake: http://overviewer.org/coconutcake.jpg
mumble: mumble.serverdm.net, password notreal
minecraft: server.overviewer.org, port notreal
- type: hesperus.plugins.shcommand.ShCommandPlugin
channels: default
commands:
#echo: echo
exmaple: &exmaple
filter: shorturl
command: /home/agrif/local/mco-testrender/gen-exmaple.sh
example: *exmaple
terrain: &terrain /home/agrif/local/mco-testrender/gen-terrain.png.sh
terrainpng: *terrain
ddate: ddate
roll:
filter: multiline
error: "usage: roll [dice string]"
command: rolldice
- type: hesperus.plugins.shcommand.ShCommandPlugin
channels: default
commands:
fortune:
filter: multiline
command: fortune -s
- type: hesperus.plugins.kill.KillPlugin
channels: default
- type: hesperus.plugins.twitter_link.TwitterLinkPlugin
channels: default
#api-id: huh
# - type: hesperus.plugins.twit.TwitterPlugin
# channels: default
# usernames: [github, notch, _jeb]
- type: local.web.WebPlugin
channels: default
django-path: /home/agrif/devel/overviewer_org
django-settings: settings
django-models: oo_extra.models
- type: hesperus.plugins.ghub.GitHubPlugin
channels: default
feedmap:
default: https://github.com/EmceeOverviewer.private.json?token=fake
default-user: overviewer
default-repo: Minecraft-Overviewer
- type: local.build.BuildPlugin
channels: admin
server: em32.net:000
key: thisareallyreallysekretkey
repo-format: git://github.com/{0}/Minecraft-Overviewer.git
default-repo: overviewer
jobs:
win32: build_win86_32
win64: build_win86_64
deb32: build_deb86_32
deb64: build_deb86_64
- type: local.render.RenderPlugin
channels: admin
repo-format: git://github.com/{0}/Minecraft-Overviewer.git
default-repo: overviewer
command: /home/agrif/local/mco-testrender/gen-testrender.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment