forked from UltrosBot/Ultros-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.yml
More file actions
159 lines (158 loc) · 4.01 KB
/
Copy pathpackages.yml
File metadata and controls
159 lines (158 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Packages list and a small amount of information goes here.
8-Ball:
version: 0.2.0
description: "8 ball command"
requires:
modules: []
packages: []
Anti-Mibbit:
version: 0.0.1
description: "Make people using terrible IRC clients less unbearable."
requires:
modules:
- requests
packages: []
AoS-Helper:
version: 0.1.0
description: "Ace of Spades utils"
requires:
modules: []
packages: []
Domai.nr:
version: 0.2.0
description: "Domainr API integration."
requires:
modules:
- "treq"
packages: []
DrunkOctopus:
version: 0.2.2
description: "Gives your squidopus shots of vodka and rum."
requires:
modules: []
packages: []
Feeds:
version: 0.0.1
description: "Allows you to check and relay RSS/ATOM feeds to a channel (or a user)."
requires:
modules:
- "feedparser"
packages: []
Heartbleed:
version: 0.0.1
description: "Checks if a host is vulnerable to the Heartbleed vulnerability."
requires:
modules: []
packages: []
Inter:
version: 0.0.1
description: "Provides a protocol (sans commands) and companion plugin for working with Inter."
requires:
modules: []
packages: []
Jargon:
version: 0.1.2
description: "Generates jargon sentences."
requires:
modules: []
packages: []
LastFM:
version: 0.3.2
description: "LastFM API integration."
requires:
modules:
- "treq"
packages: []
Minecraft:
version: 0.0.2
description: "Provides a command for checking the status of a Minecraft server and a Minecraft/Mojang server status watcher."
requires:
modules: []
packages: []
Money:
version: 0.0.2
description: "A simple command to convert between currencies."
requires:
modules: []
packages: []
Old-plugins:
version: 0.0.6
description: "Rewritten versions of most of the old plugins from the original Ultros."
requires:
modules: []
packages: []
Teamspeak:
version: 0.0.1
description: "/!\\ UNFINISHED /!\\ Provides a (somewhat hacky and slow) protocol for connecting to Teamspeak via the ServerQuery protocol."
requires:
modules: []
packages: []
Triggers:
version: 0.2.0
description: "Configurable trigger responses"
requires:
modules: []
packages: []
Twilio:
version: 0.0.2
description: "Provides an interface with Twilio for sending and receiving text and MMS messages."
requires:
modules:
- twilio
packages:
- Web
UrbanDictionary:
version: 0.1.1
description: "Provides definition lookup from UrbanDictionary.com"
requires:
modules: []
packages: []
URL-tools:
version: 0.1.0
description: "Provides a set of tools for working with the URLs plugin."
requires:
modules: []
packages: []
W3validator:
version: 0.0.1
description: "Uses validator.w3.org to validate websites."
requires:
modules:
- "requests"
packages: []
Web:
version: 1.0.0
description: "An extensible web interface and REST API built on Bottle and Twisted HTTP."
requires:
modules:
- "cyclone"
- "mako"
packages: []
Wolfram:
version: 0.0.1
description: "Provides a command to query Wolfram|Alpha."
requires:
modules:
- "wolframalpha"
packages: []
Wordnik:
version: 0.0.2
description: "Provides a dictionary lookup tool using the Wordnik API and Wiktionary."
requires:
modules:
- "wordnik"
packages: []
WoW:
version: 0.0.1
description: "World of Warcraft API handler plugin that returns information about a character of the specified realm."
requires:
modules:
- "requests"
packages: []
xkcd:
version: 1.0.1
description: "xkcd comic searching"
requires:
modules:
- "treq"
packages: []