- add dummy escape/unescape if it isn't there
This commit is contained in:
rginda%netscape.com 2001-06-07 00:51:00 +00:00
Родитель 0d5cf581b6
Коммит 412b6489a5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,10 @@
*
*/
if (typeof escape == "undefined")
escape = unescape = function (s) {return s;}
function runMyBot()
{
load ("ircbot.js");