1 |
.Dd $Mdocdate$ |
2 |
.Dt GIT-SEND-IRC 1 |
3 |
.Os |
4 |
.Sh NAME |
5 |
.Nm git-send-irc |
6 |
.Nd Forward patches made with git-format-patch or git-diff to anyone on IRC |
7 |
.Sh SYNOPSIS |
8 |
.Nm |
9 |
.Op Ar target |
10 |
.Op Ar message |
11 |
.Sh ENVIRONMENT |
12 |
.Bl -tag -width Ds |
13 |
.It Ev IRC_PORT |
14 |
IRC server port, if unset, defaults to 6667 |
15 |
.It Ev IRC_SERVER |
16 |
IRC server hostname, if unset, defaults to irc.nishi.boats |
17 |
.El |
18 |
.Sh SEE ALSO |
19 |
.Xr git-send-paste 1 |
20 |
.Xr git-send-xmpp 1 |
21 |
.Sh AUTHORS |
22 |
Idea by |
23 |
.An nishi Aq Mt nishi@nishi.boats |
24 |
and |
25 |
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja |