projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9859a
)
chkconf will now recognise E-lines (CONF_DCCBLOCK) and no longer report an error...
author
Remco Rijnders
<remco@webconquest.com>
Thu, 15 Jun 2017 07:37:26 +0000
(09:37 +0200)
committer
Remco Rijnders
<remco@webconquest.com>
Thu, 15 Jun 2017 07:37:26 +0000
(09:37 +0200)
src/chkconf.c
patch
|
blob
|
history
diff --git
a/src/chkconf.c
b/src/chkconf.c
index 09ba13e117e745949ec272117063e6fa457e9910..79eb84aa85d93347e33fd952f3190b2aa60d1828 100644
(file)
--- a/
src/chkconf.c
+++ b/
src/chkconf.c
@@
-218,6
+218,9
@@
static aConfItem *initconf (opt)
ccount++;
aconf->status = CONF_CONNECT_SERVER;
break;
+ case 'E': /* Blocked DCC file type */
+ aconf->status = CONF_DCCBLOCK;
+ break;
case 'f': /* Temp Z-line time */
case 'F':
aconf->status = CONF_ZTIME;