aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-08 22:04:03 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-08 22:04:03 +0000
commitf4a0a686c4bf0d3b67054d77c1c57e2312152533 (patch)
tree35f46953b086300d41318c842906548c9a36e9fd
parentupdate (diff)
downloadkaminokumo-f4a0a686c4bf0d3b67054d77c1c57e2312152533.tar.gz
kaminokumo-f4a0a686c4bf0d3b67054d77c1c57e2312152533.zip
update
-rwxr-xr-xkaminokumo3
1 files changed, 3 insertions, 0 deletions
diff --git a/kaminokumo b/kaminokumo
index 4b14d5a..c0a708b 100755
--- a/kaminokumo
+++ b/kaminokumo
@@ -59,6 +59,9 @@ def premain(argparser):
if mrg(url["4"]):
print ("red", end="")
vocalize(os.path.expanduser("~") + "/scripts/mila/annaup.ogg")
+ if mrg(url["5"]):
+ print ("ls", end="")
+ vocalize(os.path.expanduser("~") + "/scripts/mila/lisaup.ogg")
def main():
argparser = Argparser()