aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hipchat-stfu.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/hipchat-stfu.pl b/hipchat-stfu.pl
index 1695ca0..cd1a67a 100644
--- a/hipchat-stfu.pl
+++ b/hipchat-stfu.pl
@@ -57,6 +57,4 @@ sub hipchat_stfu {
}
};
-signal_add {
- 'message public' => \&hipchat_stfu,
-};
+signal_add('message public', \&hipchat_stfu);