Add startup GPLv3 note and URL

I am a degenerate.
weechat-hashes
C. McEnroe 2020-02-11 19:43:55 -05:00
parent 90c59ecba4
commit 62472ab183
1 changed files with 6 additions and 0 deletions

6
chat.c
View File

@ -171,6 +171,12 @@ int main(int argc, char *argv[]) {
atexit(exitSave);
}
uiShowID(Network);
uiFormat(
Network, Cold, NULL,
"\3%dcatgirl\3\tis GPLv3 fwee softwawe ^w^ "
"code is avaiwable fwom https://git.causal.agency/catgirl",
Pink
);
uiFormat(Network, Cold, NULL, "Traveling...");
uiDraw();