aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-04 19:01:51 -0700
committerChristine Dodrill <me@christine.website>2018-10-04 19:01:51 -0700
commite36f755db2198a96e2b87781f5f5432fcee092dd (patch)
tree067de16390e58ee37d4131e47c2f01f2d21c2fb6
parentb1b91c49e75796aefb4b14f59bfa2ce44672903e (diff)
downloadx-e36f755db2198a96e2b87781f5f5432fcee092dd.tar.xz
x-e36f755db2198a96e2b87781f5f5432fcee092dd.zip
fix build
-rw-r--r--_tg/covfefe/commands/dice.go (renamed from tg/covfefe/commands/dice.go)0
-rw-r--r--_tg/covfefe/commands/printerfacts.go (renamed from tg/covfefe/commands/printerfacts.go)0
-rw-r--r--_tg/covfefe/commands/spla2n.go (renamed from tg/covfefe/commands/spla2n.go)0
-rw-r--r--_tg/covfefe/main.go (renamed from tg/covfefe/main.go)0
-rw-r--r--_tg/meirl/.gitignore (renamed from tg/meirl/.gitignore)0
-rw-r--r--_tg/meirl/gopreload.go (renamed from mastodon/furrybb/gopreload.go)0
-rw-r--r--_tg/meirl/gops.go (renamed from tg/meirl/gops.go)0
-rw-r--r--_tg/meirl/main.go (renamed from tg/meirl/main.go)0
-rw-r--r--_tg/pbot/main.go (renamed from tg/pbot/main.go)0
-rw-r--r--_tg/pbot/puush.go (renamed from tg/pbot/puush.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/dce.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/dce.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/doc.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/doc.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/hash.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/hash.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/node.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/node.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/time.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/time.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/util.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/util.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/uuid.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/uuid.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/version1.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/version1.go)0
-rw-r--r--_tg/pbot/vendor/github.com/Xe/uuid/version4.go (renamed from tg/pbot/vendor/github.com/Xe/uuid/version4.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/bezier.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/bezier.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/context.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/context.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/gradient.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/gradient.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/matrix.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/matrix.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/path.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/path.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/pattern.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/pattern.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/point.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/point.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/util.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/util.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/gg/wrap.go (renamed from tg/pbot/vendor/github.com/fogleman/gg/wrap.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/color.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/color.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/core.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/core.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/ellipse.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/ellipse.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/heatmap.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/heatmap.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/log.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/log.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/model.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/model.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/optimize.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/optimize.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/polygon.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/polygon.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/quadratic.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/quadratic.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/raster.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/raster.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/rectangle.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/rectangle.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/scanline.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/scanline.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/shape.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/shape.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/state.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/state.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/triangle.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/triangle.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/util.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/util.go)0
-rw-r--r--_tg/pbot/vendor/github.com/fogleman/primitive/primitive/worker.go (renamed from tg/pbot/vendor/github.com/fogleman/primitive/primitive/worker.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/raster/geom.go (renamed from tg/pbot/vendor/github.com/golang/freetype/raster/geom.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/raster/paint.go (renamed from tg/pbot/vendor/github.com/golang/freetype/raster/paint.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/raster/raster.go (renamed from tg/pbot/vendor/github.com/golang/freetype/raster/raster.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/raster/stroke.go (renamed from tg/pbot/vendor/github.com/golang/freetype/raster/stroke.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/truetype/face.go (renamed from tg/pbot/vendor/github.com/golang/freetype/truetype/face.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/truetype/glyph.go (renamed from tg/pbot/vendor/github.com/golang/freetype/truetype/glyph.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/truetype/hint.go (renamed from tg/pbot/vendor/github.com/golang/freetype/truetype/hint.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/truetype/opcodes.go (renamed from tg/pbot/vendor/github.com/golang/freetype/truetype/opcodes.go)0
-rw-r--r--_tg/pbot/vendor/github.com/golang/freetype/truetype/truetype.go (renamed from tg/pbot/vendor/github.com/golang/freetype/truetype/truetype.go)0
-rw-r--r--_tg/pbot/vendor/github.com/hullerob/go.farbfeld/farbfeld.go (renamed from tg/pbot/vendor/github.com/hullerob/go.farbfeld/farbfeld.go)0
-rw-r--r--_tg/pbot/vendor/github.com/joho/godotenv/autoload/autoload.go (renamed from irc/bncadmin/vendor/github.com/joho/godotenv/autoload/autoload.go)0
-rw-r--r--_tg/pbot/vendor/github.com/joho/godotenv/godotenv.go (renamed from tg/pbot/vendor/github.com/joho/godotenv/godotenv.go)0
-rw-r--r--_tg/pbot/vendor/github.com/technoweenie/multipartstreamer/multipartstreamer.go (renamed from tg/pbot/vendor/github.com/technoweenie/multipartstreamer/multipartstreamer.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/bmp/reader.go (renamed from tg/pbot/vendor/golang.org/x/image/bmp/reader.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/bmp/writer.go (renamed from tg/pbot/vendor/golang.org/x/image/bmp/writer.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/draw.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/draw.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/gen.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/gen.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/go1_8.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/go1_8.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/go1_9.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/go1_9.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/impl.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/impl.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/scale.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/scale.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/draw/stdlib_test.go (renamed from tg/pbot/vendor/golang.org/x/image/draw/stdlib_test.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/font/basicfont/basicfont.go (renamed from tg/pbot/vendor/golang.org/x/image/font/basicfont/basicfont.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/font/basicfont/data.go (renamed from tg/pbot/vendor/golang.org/x/image/font/basicfont/data.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/font/basicfont/gen.go (renamed from tg/pbot/vendor/golang.org/x/image/font/basicfont/gen.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/font/font.go (renamed from tg/pbot/vendor/golang.org/x/image/font/font.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/math/f64/f64.go (renamed from tg/pbot/vendor/golang.org/x/image/math/f64/f64.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/math/fixed/fixed.go (renamed from tg/pbot/vendor/golang.org/x/image/math/fixed/fixed.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/riff/riff.go (renamed from tg/pbot/vendor/golang.org/x/image/riff/riff.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/buffer.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/buffer.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/compress.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/compress.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/consts.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/consts.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/lzw/reader.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/lzw/reader.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/reader.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/reader.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/tiff/writer.go (renamed from tg/pbot/vendor/golang.org/x/image/tiff/writer.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/decode.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/decode.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/filter.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/filter.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/idct.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/idct.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/partition.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/partition.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/pred.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/pred.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/predfunc.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/predfunc.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/quant.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/quant.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/reconstruct.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/reconstruct.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8/token.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8/token.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8l/decode.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8l/decode.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8l/huffman.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8l/huffman.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/vp8l/transform.go (renamed from tg/pbot/vendor/golang.org/x/image/vp8l/transform.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/webp/decode.go (renamed from tg/pbot/vendor/golang.org/x/image/webp/decode.go)0
-rw-r--r--_tg/pbot/vendor/golang.org/x/image/webp/webp.go (renamed from tg/pbot/vendor/golang.org/x/image/webp/webp.go)0
-rw-r--r--_tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/bot.go (renamed from tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/bot.go)0
-rw-r--r--_tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/configs.go (renamed from tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/configs.go)0
-rw-r--r--_tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/helpers.go (renamed from tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/helpers.go)0
-rw-r--r--_tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/types.go (renamed from tg/pbot/vendor/gopkg.in/telegram-bot-api.v4/types.go)0
-rw-r--r--irc/bncadmin/vendor-log3
-rw-r--r--irc/bncadmin/vendor/github.com/belak/irc/client.go109
-rw-r--r--irc/bncadmin/vendor/github.com/belak/irc/conn.go79
-rw-r--r--irc/bncadmin/vendor/github.com/belak/irc/handler.go16
-rw-r--r--irc/bncadmin/vendor/github.com/belak/irc/parser.go401
-rw-r--r--irc/bncadmin/vendor/github.com/joho/godotenv/godotenv.go229
-rw-r--r--irc/splatbot/.gitignore1
-rw-r--r--irc/splatbot/Dockerfile6
-rw-r--r--irc/splatbot/doc.go4
-rw-r--r--irc/splatbot/handler.go53
-rw-r--r--irc/splatbot/main.go45
-rw-r--r--irc/splatbot/maps.go32
-rw-r--r--irc/splatbot/stage.go12
-rw-r--r--irc/trolling/smartbot/.gitignore2
-rw-r--r--irc/trolling/smartbot/main.go87
-rw-r--r--irc/trolling/smartbot/markov.go137
-rw-r--r--mastodon/almarid/gops.go2
-rw-r--r--mastodon/almarid/main.go19
-rw-r--r--mastodon/furrybb/gops.go2
-rw-r--r--mastodon/furrybb/main.go19
-rw-r--r--mastodon