Skip to content

Commit

Permalink
Removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Julexar authored Jun 23, 2022
1 parent dfa5ed7 commit 2cd6e88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions down.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var Downtime = Downtime || (function(){
'use strict';

var version='0.7a',
var version='0.8a',

setDefaults = function() {
state.down = {
Expand Down Expand Up @@ -40,9 +40,6 @@ var Downtime = Downtime || (function(){
setdown(args[1],args[2],args[3],msg);
downmenu(args[1],msg);
return;
case '!setdc':
state.down.now.dc=args[1];
return;
}
}
switch (args[0]) {
Expand Down

0 comments on commit 2cd6e88

Please sign in to comment.