зеркало из https://github.com/mozilla/pjs.git
- not built -
- add dummy escape/unescape if it isn't there
This commit is contained in:
Родитель
0d5cf581b6
Коммит
412b6489a5
|
@ -22,6 +22,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
if (typeof escape == "undefined")
|
||||
escape = unescape = function (s) {return s;}
|
||||
|
||||
|
||||
function runMyBot()
|
||||
{
|
||||
load ("ircbot.js");
|
||||
|
|
Загрузка…
Ссылка в новой задаче