diff options
author | Patric Stout <truebrain@openttd.org> | 2018-08-05 17:19:41 +0200 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-08-05 17:46:30 +0200 |
commit | 5df3a65074295f7a50f3a5a6bab355b6ab28afdc (patch) | |
tree | af7f8094849617bd1b17281781ca6e98d30a1e8c | |
parent | 74eb77f0a864e65d96f8bf760ecbc50b243461ba (diff) | |
download | openttd-5df3a65074295f7a50f3a5a6bab355b6ab28afdc.tar.xz |
Add: notify IRC about pull-requests and issues
-rw-r--r-- | .dorpsgek.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dorpsgek.yml b/.dorpsgek.yml index 89ed750dc..a8b976f5c 100644 --- a/.dorpsgek.yml +++ b/.dorpsgek.yml @@ -3,3 +3,11 @@ notifications: irc: - openttd - openttd.notice + pull-request: + irc: + - openttd + - openttd.notice + issue: + irc: + - openttd + - openttd.notice |