Add some mooing

parent b1b4b486
......@@ -221,15 +221,18 @@ while not EXIT:
elif SM=="main":
netind = {}
fuck = "none"
while fuck not in netind.keys() and fuck.lower() not in ['e', 'r', 'q','s']:
while fuck not in netind.keys() and fuck.lower() not in ['e', 'r', 'q','s', 'm']:
nofuck(fuck)
netind = show_fuck_list(nets)
fuck = input("\n Choose a fucking one by index, or press E for edit, R to remove, S tore-scan, Q to shit the hell out: ")
fuck = input("\n Choose a fucking one by index, or press E for edit, R to remove, S to re-scan, Q to shit the hell out: ")
fuckquit(fuck)
if fuck.lower()=='r':
SM="remove"
elif fuck.lower()=='s':
SM="detect"
elif fuck.lower()=='m':
print(sh("/usr/games/cowsay 'moo'"))
elif SM=="remove":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment