15 lines
310 B
Python
15 lines
310 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
include("secrets")
|
|
|
|
info["owner"] = "root"
|
|
info["group"] = "respbats"
|
|
info["mode"] = 0660
|
|
|
|
header("Pour parler à KGB dans un hook git\n")
|
|
|
|
@---
|
|
@repo-id: fortunes
|
|
@servers:
|
|
@ - uri: http://irc.crans.org:5391/
|
|
out(" password: %s" % (secrets.kgb_passwords['fortunes']))
|