117,130d116 < if path.exists("/etc/gentoo-release"): < release = Popen("cat /etc/gentoo-release", shell=True, stdout=PIPE, stderr=PIPE) < release2 = release.stdout.readlines() < release3 = release2[0][:-1] < uname = Popen("uname -r", shell=True, stdout=PIPE, stderr=PIPE) < error = uname.stderr.readlines() < if len(error) > 0: < auxiliar.gprint(error) < else: < kernel = uname.stdout.readlines() < kernel2 = kernel[0][:-1] < xchat.command("say [ Sistema ] Distribucion: %s - Kernel: %s" \ < %(release3, kernel2)) < 132c118 < auxiliar.gprint("La distribucion no cumple con LSB o no esta soportada") --- > auxiliar.gprint("La distribucion no cumple con LSB") 371a358,359 > xchat.command('menu ADD "GatoScript/Sistema/Red" "gnet"') > xchat.command('menu ADD "GatoScript/Sistema/Graficos" "ggraf"')