diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-12 11:57:26 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-12 11:57:26 +0000 |
commit | 2983801517a96a2256a7c1761a6c40d711f67585 (patch) | |
tree | 5fd276b148423f2d8c5af7ab6dbc2c465c2cec47 /include | |
parent | a7301e1d0ec5b87de4693eaf23eb4c474d489ac2 (diff) |
- Removed recently added m_svshost.c. Services may now change the host of a
specific user via "SVSMODE <timestamp> <target> +x <hostname>"
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1819 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/s_user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/s_user.h b/include/s_user.h index e90a31d..a0f167f 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -57,5 +57,6 @@ extern void add_isupport(const char *, const char *, int); extern void delete_isupport(const char *); extern void init_isupport(void); extern void rebuild_isupport_message_line(void); +extern void user_set_hostmask(struct Client *, const char *); #endif |