Use relative paths for all integration icons

This commit is contained in:
turt2live 2017-06-10 14:54:38 -06:00
parent 138f77db75
commit eed4e085b5
9 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@ enabled: false
userId: "@dimension:t2bot.io"
name: "Demo Bot"
about: "A bot that has no functionality. This is just a demonstration on the config."
avatar: "/img/avatars/demobot.png"
avatar: "img/avatars/demobot.png"
hosted:
homeserverUrl: "https://t2bot.io"
accessToken: "your_matrix_access_token_here"

View File

@ -4,7 +4,7 @@ enabled: true
userId: "@neb_giphy:matrix.org"
name: "Giphy"
about: "Use `!giphy query` to find an animated GIF on demand"
avatar: "/img/avatars/giphy.png"
avatar: "img/avatars/giphy.png"
upstream:
type: "vector"
id: "giphy"

View File

@ -4,7 +4,7 @@ enabled: true
userId: "@_neb_google:matrix.org"
name: "Google"
about: "Use `!google image query` to find an image from Google"
avatar: "/img/avatars/google.png"
avatar: "img/avatars/google.png"
upstream:
type: "vector"
id: "google"

View File

@ -4,7 +4,7 @@ enabled: true
userId: "@_neb_guggy:matrix.org"
name: "Guggy"
about: "Use `!guggy sentence` to create an animated GIF from a sentence"
avatar: "/img/avatars/guggy.png"
avatar: "img/avatars/guggy.png"
upstream:
type: "vector"
id: "guggy"

View File

@ -4,7 +4,7 @@ enabled: true
userId: "@_neb_imgur:matrix.org"
name: "Imgur"
about: "Use `!imgur query` to find an image from Imgur"
avatar: "/img/avatars/imgur.png"
avatar: "img/avatars/imgur.png"
upstream:
type: "vector"
id: "imgur"

View File

@ -2,8 +2,8 @@ type: "bridge"
integrationType: "irc"
enabled: true
name: "IRC"
about: "Bridges an IRC channel to the room"
avatar: "/img/avatars/irc.png"
about: "Bridges IRC channels to the room"
avatar: "img/avatars/irc.png"
requirements:
joinRule: 'public'
upstream:

View File

@ -4,7 +4,7 @@ enabled: false
userId: "@pollbot:t2bot.io"
name: "Poll Bot"
about: "A bot to poll users in a room. Use `!pollhelp` for more information"
avatar: "/img/avatars/pollbot.png"
avatar: "img/avatars/pollbot.png"
hosted:
homeserverUrl: "https://t2bot.io"
accessToken: "your_matrix_access_token_here"

View File

@ -3,6 +3,6 @@ integrationType: "rss"
enabled: true
name: "RSS Bot"
about: "Tracks any Atom/RSS feed and sends new items into this room"
avatar: "/img/avatars/rssbot.png"
avatar: "img/avatars/rssbot.png"
upstream:
type: "vector"

View File

@ -4,7 +4,7 @@ enabled: true
userId: "@_neb_wikipedia:matrix.org"
name: "Wikipedia"
about: "Use `!wikipedia query` to find something from Wikipedia"
avatar: "/img/avatars/wikipedia.png"
avatar: "img/avatars/wikipedia.png"
upstream:
type: "vector"
id: "wikipedia"