Skip to content

Instantly share code, notes, and snippets.

@tonychestnut
Created March 4, 2009 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonychestnut/73822 to your computer and use it in GitHub Desktop.
Save tonychestnut/73822 to your computer and use it in GitHub Desktop.
/*
Tony Vu: Log in to IVLE for NUS students
*/
CmdUtils.CreateCommand({
name: "ivle",
description: "Log in to IVLE",
help: "You must be a NUS student with a valid account to use this command.",
preview: "This command will log you in IVLE.",
execute: function() {
Utils.openUrlInBrowser("https://ivle.nus.edu.sg/sso/?retURL=");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment