diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 2fe746bb2..87010bf04 100644 --- a/include/users.h +++ b/include/users.h @@ -73,5 +73,10 @@ class User * called from ircd protocol. */ void SetNewNick(const std::string &newnick); + + /** Update the displayed (vhost) of a user record. + * This is used (if set) instead of real host. + */ + void SetDisplayedHost(const std::string &host); }; |