summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-02 01:15:25 +0100
committerjomo <github@jomo.tv>2015-01-02 01:15:25 +0100
commit24cbcb94ab2e3db77674076a9c80e2337830eb45 (patch)
tree9895cf77296cf594287d8a909df5bd82ac67bb37 /damnspam.py
parent3e00e52632dbddb2a7acc7b51cfa3f9c854ece4b (diff)
stone_button = stone button
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/damnspam.py b/damnspam.py
index e74702d..17aa832 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -90,7 +90,7 @@ def on_dammnspam_command(sender, args):
# add block to inputs
add_input(sender, target, timeout_off, timeout_on)
save_inputs()
- msg(sender, "&aSuccessfully set a timeout for this %s." % ttype.lower())
+ msg(sender, "&aSuccessfully set a timeout for this %s." % ttype.lower().replace("_", " "))
return True
else: