Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Mar 9, 2014
1 parent d35394c commit 9472771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var capsRate = require('caps-rate');

function plugin() {
return function(irc){
return function(irc) {
irc.on('message', function(evt) {
var from = evt.from;
var to = evt.to;
Expand Down

0 comments on commit 9472771

Please sign in to comment.