diff options
Diffstat (limited to 'reading.js')
-rw-r--r-- | reading.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ liberator.commands.addUserCommand(['reading'], "update Twitter's status to curre }
},
// complete logic is none.
- {}
+ { bang: true }
);
// stuff functions
|