diff options
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -196,7 +196,8 @@ else sayTwitter(username, password, arg); },{ - bang: true + bang: true, + literal: 0 } ); })(); |