How exactly do you want the script(s) to be nickname specific? Like two seperate installs or one install?
If its one install, for the parts of the script you want to react to certain nicknames you could add:
if ($nick == nick1) {
...commands
}
elseif ($nick == nick2) {
...commands
}