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:

Code:
if ($nick == nick1) {
  ...commands
}
elseif ($nick == nick2) {
  ...commands
}



"There is no theory of evolution, only a list of creatures Chuck Norris allows to live."