mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 05:16:37 +02:00
improve /help system and add startup welcome message
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
TOXIC_VERSION = 0.4.3
|
||||
TOXIC_VERSION = 0.4.4
|
||||
REV = $(shell git rev-list HEAD --count)
|
||||
VERSION = $(TOXIC_VERSION)_r$(REV)
|
||||
|
||||
@ -22,7 +22,7 @@ CFLAGS += $(USER_CFLAGS)
|
||||
LDFLAGS = $(USER_LDFLAGS)
|
||||
|
||||
OBJ = chat.o chat_commands.o configdir.o dns.o execute.o file_senders.o
|
||||
OBJ += friendlist.o global_commands.o groupchat.o line_info.o input.o
|
||||
OBJ += friendlist.o global_commands.o groupchat.o line_info.o input.o help.o
|
||||
OBJ += log.o misc_tools.o prompt.o settings.o toxic.o toxic_strings.o windows.o
|
||||
|
||||
# Variables for audio support
|
||||
|
Reference in New Issue
Block a user