Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
added a shitload of other commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyeung committed May 20, 2014
1 parent 56fc5db commit 74f798f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions master.js
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,27 @@ var commands = {
return args;
}
},
lolis : function () {
return "Lolis are the best!";
},
! : function () {
if ( args && args.length ) {
return ":" + args + " Σ(゜ロ゜;)";
}
return "Σ(゜ロ゜;)";
},
fixit : function ( args ) {
if ( args && args.length ) {
return ":" + args + " http://youtu.be/pFRFRwkDsog";
}
return "http://youtu.be/pFRFRwkDsog";
},
gj : function ( args ) {
if ( args && args.length ) {
return ":" + args + " http://i.stack.imgur.com/qXiGn.gif";
}
return "http://i.stack.imgur.com/qXiGn.gif";
},

help : function ( args ) {
if ( args && args.length ) {
Expand Down

0 comments on commit 74f798f

Please sign in to comment.