diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
commit | b111eec597349ad2dc7d4b54945097df813535b4 (patch) | |
tree | 4ed9808c0de98052ea3f7e284e1cbb39a4ddccd1 /include/configreader.h | |
parent | 750f9e29370ced3fe6f1549acbfada9483eff5f4 (diff) |
Allow for nick!user@host in TOPIC information.
Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 5e8c62e06..61cf887fa 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -503,6 +503,11 @@ class ServerConfig : public Extensible */ 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. + */ + bool FullHostInTopic; + /** All oper type definitions from the config file */ opertype_t opertypes; |