mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
more fixes to the ctcp regex
This commit is contained in:
parent
4c4b7e0635
commit
8305c6104f
@ -1144,8 +1144,10 @@ function serv_privmsg (e)
|
||||
CIRCServer.prototype.onCTCP =
|
||||
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)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user