Skip to content

Commit

Permalink
Allow for ~say in addition to just say
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricket committed Aug 17, 2012
1 parent e51b170 commit 9d697d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sayitagain.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// <person> say it again
// <nodebot> it again

listen(/PRIVMSG [^ ]+ :say (.+)$/i, function(match, data, replyTo) {
listen(/PRIVMSG [^ ]+ :~?say (.+)$/i, function(match, data, replyTo) {
irc.privmsg(replyTo, match[1]);
});

0 comments on commit 9d697d9

Please sign in to comment.