Skip to content

Commit

Permalink
Oh. My. God. I should really read my code over several times once I'm…
Browse files Browse the repository at this point in the history
… done.
  • Loading branch information
devyn committed Apr 23, 2012
1 parent 9581725 commit 47e6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oftnbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ util.inherits(ΩF_0Bot, Bot);

setTimeout(function () {
//console.log("(→ ChanServ) UNQUIET " + context.channel.name + " " + md[1]);
context.client.get_user("ChanServ").send("UNQUIET #oftn " + context.channel.name + " " + md[1]);
context.client.get_user("ChanServ").send("UNQUIET " + context.channel.name + " " + md[1]);
}, time);
} else {
context.channel.send_reply (context.sender, "Usage: !quiet <user> [time=1m], where time is specified as [NNd][NNh][NNm]<NN[s]>");
Expand Down

0 comments on commit 47e6d7e

Please sign in to comment.