chiark / gitweb /
more trouts; also make the telling chance only 10% again
[irc.git] / acrobat-chiark-0.2.py
index 7098c4965f07e2401d9edf96bca1f2fa610378ee..1725642aa0eb3a623511de9cf36052457ce12810 100755 (executable)
@@ -187,7 +187,7 @@ class Acrobat(SingleServerIRCBot):
                 if me.lower() == target.lower():
                     target = nick
                 if public == 0:
-                    if random.random() <= 0.25:
+                    if random.random() <= 0.1:
                         trout_msg+= ' (at the instigation of %s)' % nick
                 conn.action(self.channel, trout_msg % target)
             except IndexError: