Add some mooing

parent b1b4b486
...@@ -221,15 +221,18 @@ while not EXIT: ...@@ -221,15 +221,18 @@ while not EXIT:
elif SM=="main": elif SM=="main":
netind = {} netind = {}
fuck = "none" 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) nofuck(fuck)
netind = show_fuck_list(nets) 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) fuckquit(fuck)
if fuck.lower()=='r': if fuck.lower()=='r':
SM="remove" SM="remove"
elif fuck.lower()=='s': elif fuck.lower()=='s':
SM="detect" SM="detect"
elif fuck.lower()=='m':
print(sh("/usr/games/cowsay 'moo'"))
elif SM=="remove": 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