aboutsummaryrefslogtreecommitdiffstats
path: root/tombloo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tombloo.js')
-rw-r--r--tombloo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tombloo.js b/tombloo.js
index c5f7744..aee9fd7 100644
--- a/tombloo.js
+++ b/tombloo.js
@@ -75,7 +75,7 @@ commands.addUserCommand(
commands.addUserCommand(
['tombloo'],
'Post by Tombloo',
- function (args, special) {
+ function (args) {
//let f = Tombloo.Service.extractors[args.string];
let arg = args.string.replace(/\\(?=\u0020)/g, '');
liberator.log(args.string, 0);
@@ -83,7 +83,7 @@ commands.addUserCommand(
let f = Tombloo.Service.extractors[arg];
(typeof f === 'object')
- ? Tombloo.Service.share(getContext(), f, special)
+ ? Tombloo.Service.share(getContext(), f, args.bang)
: liberator.echoerr(args.string + ' is not Tombloo command');
},
{