about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8ca227..5698196 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ MAN8 = ${BINS:=.8}
 MAN5 = spawntab.5
 
 OBJS += daemon.o
+OBJS += service.o
 
 all: ${BINS}
 
tJune McEnroe 2020-02-06Color notices LightGray by defaultJune McEnroe 2020-02-06Show input in italics for actions and set Debug promptJune McEnroe 2020-02-06Render actions in italicJune McEnroe Also render italic as normal if it's unsupported, as that is what would happen anyway if curses has A_ITALIC but the terminal has no sitm. That format string is kinda bad. 2020-02-06Never consider notices hotJune McEnroe 2020-02-06Beep on hotJune McEnroe 2020-02-06Set id color to Default on allocationJune McEnroe 2020-02-06Handle mentionsJune McEnroe 2020-02-06Route own query messages correctlyJune McEnroe 2020-02-06Send CAP END if CAP LS doesn't list anything goodJune McEnroe 2020-02-06Flesh out trailing manual sectionsJune McEnroe 2020-02-06Disable SUSPJune McEnroe Frees up C-z and suspending an IRC client is silly anyway. 2020-02-06Search for cert and priv in config dirsJune McEnroe 2020-02-06Handle TOPIC and repliesJune McEnroe 2020-02-06Handle PARTJune McEnroe 2020-02-06Add /join commandJune McEnroe 2020-02-06Send self.join without colonJune McEnroe If someone is weird enough to use channel keys, they can -j '#foo key'. 2020-02-05Handle ERRORJune McEnroe 2020-02-05Handle errors from getoptJune McEnroe 2020-02-05Use getopt_config to load optionsJune McEnroe I'm really getting a lot of use out of this config.c huh. 2020-02-05Add /window name variantJune McEnroe 2020-02-05Document commands in manualJune McEnroe