зеркало из https://github.com/mozilla/pjs.git
more fixes to the ctcp regex
This commit is contained in:
Родитель
3a17522cb8
Коммит
24986171e9
|
@ -1144,7 +1144,9 @@ function serv_privmsg (e)
|
||||||
CIRCServer.prototype.onCTCP =
|
CIRCServer.prototype.onCTCP =
|
||||||
function serv_ctcp (e)
|
function serv_ctcp (e)
|
||||||
{
|
{
|
||||||
var ary = e.meat.match (/^\x01(\S+) ?(.*)?\x01$/i);
|
var ary = e.meat.match (/^\x01(\S+) ?(.*)\x01$/i);
|
||||||
|
|
||||||
|
dd (ary);
|
||||||
|
|
||||||
if (ary == null)
|
if (ary == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче