reimplemented fakeident support
[ircu2.10.12-pk.git] / include / s_user.h
index 7b1fc1800cd3733d8fb4d394ce8b282035e58f93..970e45bc358c517326c424a21d456bf0f3ed3806 100644 (file)
@@ -80,6 +80,11 @@ extern int whisper(struct Client* source, const char* nick,
 extern void send_user_info(struct Client* to, char* names, int rpl,
                            InfoFormatter fmt);
 
+#define HIDE_HOSTMASK_FLAG_HIDDENHOST 0x01
+#define HIDE_HOSTMASK_FLAG_ACCOUNT    0x02
+#define HIDE_HOSTMASK_FLAG_FAKEHOST   0x04
+#define HIDE_HOSTMASK_FLAG_FAKEIDENT  0x08
+
 extern int hide_hostmask(struct Client *cptr, unsigned int flags);
 extern int apply_fakehost(struct Client *cptr);
 extern int set_user_mode(struct Client *cptr, struct Client *sptr,