From e892c5c8e90ba4fa832b32076b338b98d842dacf Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sun, 2 Dec 2018 15:06:21 +0000 Subject: Travis: "use notices instead of regular messages" > It's suggested by the standard to use for automated messages > And it easily avoids cycles if every bot uses notices > i.e. only listens to privmsgs and only emits notices --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2a434203..1011c5d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,3 +157,4 @@ after_success: | notifications: irc: "chat.freenode.net#alot" on_success: change + use_notice: true -- cgit v1.2.3