aboutsummaryrefslogtreecommitdiffstats
path: root/twissr.js
diff options
context:
space:
mode:
Diffstat (limited to 'twissr.js')
-rw-r--r--twissr.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/twissr.js b/twissr.js
index a5de1c6..b01c457 100644
--- a/twissr.js
+++ b/twissr.js
@@ -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);
},
{ });
})();