diff options
| -rw-r--r-- | hipchat-stfu.pl | 4 |
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); |
