From 4a5a647db76701d35f10c99b1d61bc1e6e06cb91 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 2 Oct 2018 19:29:31 +1300 Subject: Natural: Add chance --- Plugin/Natural.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin/Natural.pm b/Plugin/Natural.pm index d61ec23..78ff916 100644 --- a/Plugin/Natural.pm +++ b/Plugin/Natural.pm @@ -23,8 +23,7 @@ sub configure { #}; sub mention_odds { - return 1; -# return int(rand(3)) == 1; + return int(rand(2)) == 1; } sub some { -- cgit v1.1