Skip to content

Commit

Permalink
Add tags and requirements to info.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
calebj committed Apr 5, 2017
1 parent d2eaeef commit dda9672
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 15 deletions.
3 changes: 2 additions & 1 deletion activitylog/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Activity Logger",
"SHORT" : "Logger for server and direct messages, attachments, and server changes.",
"DESCRIPTION" : "Activitylog has the ability to log the following:\nDirect and server messages, with attachments, delete and edit\nMember changes: nickname, username, roles, join/leave, ban, kick\nServer changes: name, region, owner, icon\nChannel changes: create, delete, name, position, topic\nRole changes: create, delete, permissions, name, color, hoist, mentionable, position"
"DESCRIPTION" : "Activitylog has the ability to log the following:\nDirect and server messages, with attachments, delete and edit\nMember changes: nickname, username, roles, join/leave, ban, kick\nServer changes: name, region, owner, icon\nChannel changes: create, delete, name, position, topic\nRole changes: create, delete, permissions, name, color, hoist, mentionable, position",
"TAGS" : ["logging", "utility", "attachments", "logger", "activity", "messages"]
}
3 changes: 2 additions & 1 deletion customgcom/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Global custom commands.",
"SHORT" : "Define global custom commands.",
"DESCRIPTION" : "Define global custom commands. Similar to customcom, but only the bot owner can modify commands. You can also add aliases."
"DESCRIPTION" : "Define global custom commands. Similar to customcom, but only the bot owner can modify commands. You can also add aliases.",
"TAGS" : ["customcom", "tags", "tag", "utility"]
}
4 changes: 3 additions & 1 deletion datadog/info.json
Expand Up @@ -3,5 +3,7 @@
"INSTALL_MSG" : "Done.",
"NAME" : "DataDog",
"SHORT" : "Sends various bot statistics to a running statsd instance.",
"DESCRIPTION" : ""
"DESCRIPTION" : "Sends various bot statistics to a running statsd instance.",
"TAGS" : ["datadog", "statsd", "statistics", "stats", "metrics", "utility"],
"REQUIREMENTS" : ["datadog"]
}
3 changes: 2 additions & 1 deletion description/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Description",
"SHORT" : "Set the bot description that shows in help",
"DESCRIPTION" : "Set the bot description, or run without an argument to restore the default."
"DESCRIPTION" : "Set the bot description, or run without an argument to restore the default.",
"TAGS" : ["description", "utility", "help"]
}
3 changes: 2 additions & 1 deletion duel/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Duel",
"SHORT" : "Makes two users duel each other, with randomized moves and score tracking.",
"DESCRIPTION" : ""
"DESCRIPTION" : "Makes two users duel each other, with randomized moves and score tracking.",
"TAGS" : ["duel", "fun", "fight", "combat"]
}
3 changes: 2 additions & 1 deletion galias/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Global aliases",
"SHORT" : "Define global command aliases.",
"DESCRIPTION" : "Define global command aliases. Similar to alias, but only the bot owner can modify aliases."
"DESCRIPTION" : "Define global command aliases. Similar to alias, but only the bot owner can modify aliases.",
"TAGS" : ["alias", "utility"]
}
3 changes: 2 additions & 1 deletion gallery/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Gallery",
"SHORT" : "Automatically delete non-relevant posts in a gallery channel.",
"DESCRIPTION" : "Use emotes to indicate whether messages older than a certain age should be deleted. Only posts by members with the artist role or bot mods or admins containing the pin emotes, or having reactions of same by same, will be kept. The last 2000 messages are checked every 5 minutes."
"DESCRIPTION" : "Use emotes to indicate whether messages older than a certain age should be deleted. Only posts by members with the artist role or bot mods or admins containing the pin emotes, or having reactions of same by same, will be kept. The last 2000 messages are checked every 5 minutes.",
"TAGS" : ["art", "utility", "gallery", "curation", "cleanup"]
}
3 changes: 2 additions & 1 deletion purgepins/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "PurgePins",
"SHORT" : "Delete pin notification messages after a per-channel interval.",
"DESCRIPTION" : "If enabled, PurgePins will watch for pin notifications and delete them after a certain interval, or immediately (interval 0). Accepted time units are s(econds), m(inutes), and h(ours). To disable, use '!purgepins off'"
"DESCRIPTION" : "If enabled, PurgePins will watch for pin notifications and delete them after a certain interval, or immediately (interval 0). Accepted time units are s(econds), m(inutes), and h(ours). To disable, use '!purgepins off'",
"TAGS" : ["pin", "pins", "utility"]
}
5 changes: 3 additions & 2 deletions recensor/info.json
Expand Up @@ -2,6 +2,7 @@
"AUTHOR" : "CalebJ",
"INSTALL_MSG" : "Done.",
"NAME" : "RECensor",
"SHORT" : "Uses regular expressions to filter messages to delete, whether matching or non-matching.",
"DESCRIPTION" : "Uses regular expressions to filter messages to delete, whether matching or non-matching."
"SHORT" : "Uses regular expressions to auto-delete messages.",
"DESCRIPTION" : "Uses regular expressions to filter messages to delete, whether matching or non-matching.",
"TAGS" : ["recensor", "moderation", "regex", "censor", "filter"]
}
3 changes: 2 additions & 1 deletion serverquotes/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "Server Quotes",
"SHORT" : "Keep track of memorable quotes by server members or others.",
"DESCRIPTION" : "Keep track of memorable quotes by server members or others. Only moderators and up may add quotes, but all members may access them.\nQuotes may be randomly selected, randomly selected by user, or accessed by number.\nUse lsquotes to show a table, and rmquote to delete a quote by its number."
"DESCRIPTION" : "Keep track of memorable quotes by server members or others. Only moderators and up may add quotes, but all members may access them.\nQuotes may be randomly selected, randomly selected by user, or accessed by number.\nUse lsquotes to show a table, and rmquote to delete a quote by its number.",
"REQUIREMENTS": ["tabulate"]
}
3 changes: 2 additions & 1 deletion sinfo/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Done.",
"NAME" : "sinfo",
"SHORT" : "Includes commands to show basic info.",
"DESCRIPTION" : ""
"DESCRIPTION" : "Includes commands to show basic info.",
"TAGS" : ["utility", "info"]
}
5 changes: 3 additions & 2 deletions watchdog/info.json
@@ -1,7 +1,8 @@
{
"AUTHOR" : "CalebJ",
"INSTALL_MSG" : "Done.",
"INSTALL_MSG" : "Done. Note that you need to run your bot directly using red.py and have `WATCHDOG_SECS` in your systemd unit for this cog to work. See https://github.com/calebj/calebj-cogs#how-do-i-use-watchdog for more information.",
"NAME" : "Watchdog",
"SHORT" : "Interacts with a systemd watchdog to ensure bot is up and connected at all times.",
"DESCRIPTION" : "This cog is for linux systems with a systemd init.\nUse the included service template to run Red with the required watchdog settings.\nThis cog will interface with systemd and 'pet' the watchdog each time it recieves a heartbeat from Discord. This is to ensure a working and authenticated websocket connection.\nIf the watchdog times out, Red is restarted automatically."
"DESCRIPTION" : "This cog is for linux systems with a systemd init.\nUse the included service template to run Red with the required watchdog settings.\nThis cog will interface with systemd and 'pet' the watchdog each time it recieves a heartbeat from Discord. This is to ensure a working and authenticated websocket connection.\nIf the watchdog times out, Red is restarted automatically.",
"TAGS" : ["watchdog", "linux", "systemd", "utility"]
}
3 changes: 2 additions & 1 deletion zalgo/info.json
Expand Up @@ -3,5 +3,6 @@
"INSTALL_MSG" : "Install complete. The skies begin to darken.",
"NAME" : "Zalgo",
"SHORT" : "HE COMES",
"DESCRIPTION" : "Zalgoifies text. Put a number before the text to adjust intensity from 0-10."
"DESCRIPTION" : "Zalgoifies text. Put a number before the text to adjust intensity from 0-10.",
"TAGS" : ["zalgo", "fun"]
}

0 comments on commit dda9672

Please sign in to comment.