summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
committerJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
commitc45d919ac3518d014277d715944ead2c499cacfe (patch)
treeb9eef932f0c3df5e94cd367bb2580d7d25f7c9ca /client.c
parentRename project pounce (diff)
downloadpounce-c45d919ac3518d014277d715944ead2c499cacfe.tar.gz
pounce-c45d919ac3518d014277d715944ead2c499cacfe.zip
Add AGPLv3 notice on client registration
OwO
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index 2bfe7db..28b9903 100644
--- a/client.c
+++ b/client.c
@@ -26,8 +26,6 @@
 
 #include "bounce.h"
 
-static const char *Origin = "irc.invalid";
-
 enum Need {
 	NeedNick = 1 << 0,
 	NeedUser = 1 << 1,
: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts