diff --git a/threshold b/threshold index e26c8cd..f38e9e7 100755 --- a/threshold +++ b/threshold @@ -683,7 +683,7 @@ class Helper(object): IRCPool[spl[1]].refresh() self.savePool() if toUnset: - success("Successfully unset key %s on %s" % (spl[2], spl[3], spl[1])) + success("Successfully unset key %s on %s" % (spl[2], spl[1])) else: success("Successfully set key %s to %s on %s" % (spl[2], spl[3], spl[1])) return