diff options
Diffstat (limited to 'twissr.js')
-rw-r--r-- | twissr.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ (function(){
liberator.commands.addUserCommand(["twissr"], "Change Twitter & Wassr status",
function(arg, special){
- arg = (special ? '! ' : ' ') + arg;
- liberator.execute('twitter' + arg);
- liberator.execute('wassr' + arg);
+ arg = (special ? '! ' : ' ') + arg;
+ liberator.execute('twitter' + arg);
+ liberator.execute('wassr' + arg);
},
{ });
})();
|