mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Better IRC hook
This commit is contained in:
parent
7a5bb20778
commit
726d163631
1 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,10 @@ compiler:
|
|||
# Change this to your needs
|
||||
script: make && make check
|
||||
notifications:
|
||||
irc: "irc.freenode.org#kf-engine"
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#kf-engine"
|
||||
template:
|
||||
- "[%{commit} : %{author}] %{message} "
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
Loading…
Reference in a new issue