diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 11:09:03 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 11:09:03 +0100 |
commit | 489ba0ad54bf6bdd80d5f539f67f03241ddfe77b (patch) | |
tree | 4192081a384d7c1fe132efea48a5bb50892c5ca9 /include | |
parent | e4b17fd39b476fefec73d0956e6f40bd7ec254fc (diff) |
Remove <options:ircumsgprefix> entirely
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h index 9b73dd3c6..fe1e5da9e 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -431,11 +431,6 @@ class CoreExport ServerConfig */ bool CycleHostsFromUser; - /** If set to true, prefixed channel NOTICEs and PRIVMSGs will have the prefix - * added to the outgoing text for undernet style msg prefixing. - */ - bool UndernetMsgPrefix; - /** If set to true, the full nick!user\@host will be shown in the TOPIC command * for who set the topic last. If false, only the nick is shown. */ |