Skip to content
Snippets Groups Projects
Commit 6e0b9b60 authored by deuce's avatar deuce
Browse files

Fix typo.

parent e67465ea
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ Bot_Commands["QUOTE"].command = function (target, onick, ouh, srv, lbl, cmd) { ...@@ -96,7 +96,7 @@ Bot_Commands["QUOTE"].command = function (target, onick, ouh, srv, lbl, cmd) {
var posts=get_posts_by(cmd.slice(1).join(' ')); var posts=get_posts_by(cmd.slice(1).join(' '));
if(posts.search(/[^\.][\.\!\?]\s+(.*?[^.][\.\!\?])[^.]/)==-1) 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 { else {
var m=null; var m=null;
while(m==null) { while(m==null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment