aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-10-02 19:29:31 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-10-02 19:29:31 +1300
commit4a5a647db76701d35f10c99b1d61bc1e6e06cb91 (patch)
treea6aa4bb9dbac7eaa95cb60f53e7290bf6997877c
parentdccfaa9929abae4f5d00dbcb4bbbb404bd50daf1 (diff)
downloadidalius-4a5a647db76701d35f10c99b1d61bc1e6e06cb91.tar.xz
Natural: Add chance
-rw-r--r--Plugin/Natural.pm3
1 files changed, 1 insertions, 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 {