X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/13afa38f496f9a58f5445f82d4de8ee6a51cd7ae..015ab79ac65cca3c99282e6c735412131f92e4f9:/js/qwebircinterface.js diff --git a/js/qwebircinterface.js b/js/qwebircinterface.js index ccc584b..4655e0f 100644 --- a/js/qwebircinterface.js +++ b/js/qwebircinterface.js @@ -28,7 +28,6 @@ qwebirc.ui.Interface = new Class({ tlightness: null, uiOptionsArg: null, nickValidation: null, - helpURL: null, dynamicBaseURL: "/", staticBaseURL: "/", cloak: false, @@ -65,7 +64,6 @@ qwebirc.ui.Interface = new Class({ dynamicBaseURL: options.dynamicBaseURL, staticBaseURL: options.staticBaseURL, baseURL: options.baseURL, - helpURL: options.helpURL, nicknameValidator: $defined(options.nickValidation) ? new qwebirc.irc.NicknameValidator(options.nickValidation) : new qwebirc.irc.DummyNicknameValidator() };