X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/614427b2e93b5c465191ab0fba50d70fb652b00c..09f39d2e45040e8ae0d605baa9deda6fcdccf0c0:/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() };