Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit dac2646

Browse files
committed
Remove all wolfram support
1 parent cab8c13 commit dac2646

File tree

4 files changed

+2
-122
lines changed

4 files changed

+2
-122
lines changed

examples/example-config-triggers.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,9 @@ module.exports = [
210210
}
211211
},
212212

213-
// Query Wolfram Alpha when a message starts with !wolfram
214-
{
215-
name: "WolframReply",
216-
type: "WolframAlphaTrigger",
217-
options: {command: "!wolfram",appId: "XXXXXX" }
218-
},
219-
220213
//Query Urban Dictionary using their *unofficial* api when a message starts with !urban
221214
{
222-
name: "WolframReply",
215+
name: "UrbanDictionaryTrigger",
223216
type: "UrbanDictionaryTrigger",
224217
options: {command: "!urban" }
225218
},

examples/example-config-triggers2.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,6 @@ module.exports = [
296296
timeout: 2*1000,
297297
delay: 500 } },
298298

299-
/* // Query Wolfram Alpha when a message starts with !wolfram
300-
{ name: 'WolframReply',
301-
type: 'WolframAlphaTrigger',
302-
options: {
303-
command: '!wolfram',
304-
appId: 'XXX' } },
305-
*/
306299
/* // Post all links from chat to tumblr, and also post things on command
307300
{ name: 'TumblrTriggerYCJGTFO', type: 'TumblrTrigger',
308301
options: { autoPost: true, autoPostContext: false, blogName: 'ycjgtfo',
@@ -339,4 +332,4 @@ module.exports = [
339332
redirectURI: 'http://localhost:8080/coinbase/'
340333
}
341334
}
342-
];
335+
];

lib/triggers/wolframAlphaTrigger.js

-104
This file was deleted.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"steamrep",
1212
"chatbot",
1313
"cleverbot",
14-
"wolfram",
1514
"youtube",
1615
"tumblr",
1716
"google",
@@ -174,7 +173,6 @@
174173
"tumblr.js": "0.0.x",
175174
"ueberDB": "^0.2.7",
176175
"when": "^3.7.3",
177-
"wolfram": "0.3.x",
178176
"youtube-api": "^1.0.1"
179177
},
180178
"engines": {

0 commit comments

Comments
 (0)