Added INITIAL_ASSIGNMENT_MESSAGE

This commit is contained in:
Emil 2023-08-07 08:41:03 -06:00
parent dfb66e84d8
commit 04347d3e39
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@ config.h
*.sqlite
build.sh
Makefile
install

View File

@ -5,3 +5,6 @@
/* Enables SSL support */
/* #define IRC_SSL_SUPPORT */
/* Spits out a message when connected */
/* #define INITIAL_ASSIGNMENT_MESSAGE */