diff --git a/exec/ircbots/dis/dis.js b/exec/ircbots/dis/dis.js index 8c5ff8034508e0b9d206476c1bdbc98e4994bfdc..d1ada381567ea8e7623213b5b01d4898c41b425c 100644 --- a/exec/ircbots/dis/dis.js +++ b/exec/ircbots/dis/dis.js @@ -96,7 +96,7 @@ Bot_Commands["QUOTE"].command = function (target, onick, ouh, srv, lbl, cmd) { var posts=get_posts_by(cmd.slice(1).join(' ')); if(posts.search(/[^\.][\.\!\?]\s+(.*?[^.][\.\!\?])[^.]/)==-1) - srv.o(target, "Nothing quotable every posted by "+cmd.slice(1).join(' ')); + srv.o(target, "Nothing quotable ever posted by "+cmd.slice(1).join(' ')); else { var m=null; while(m==null) {