diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-22 14:14:40 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-22 14:27:30 +0100 |
commit | 435ce511962e83a0581accd572dfa4e2c5722ab4 (patch) | |
tree | 78147b7be694087752d15bd48dcb75b0a1493f9b /include/config.h | |
parent | 57ac7cb4db63dee8e06d696ef6f973c337467040 (diff) |
Move nickserv/set/message to a new module, kill options:useprivmsg.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 652d42a7a..42445637d 100644 --- a/include/config.h +++ b/include/config.h @@ -88,8 +88,6 @@ namespace Configuration { /* options:readtimeout */ time_t ReadTimeout; - /* options:useprivmsg */ - bool UsePrivmsg; /* If we should default to privmsging clients */ bool DefPrivmsg; /* Default language */ |