diff options
Diffstat (limited to 'mixiecho.js')
-rw-r--r-- | mixiecho.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mixiecho.js b/mixiecho.js index 0ad259c..2fed274 100644 --- a/mixiecho.js +++ b/mixiecho.js @@ -116,6 +116,8 @@ showFollowersStatus()
else
sayEcho(arg);
- },
+ },{
+ bang: true
+ }
{ });
})();
|