added possibility for FAKEIDENTS (srvx initialized)
[ircu2.10.12-pk.git] / include / handlers.h
index 8d522155f81199205a41c637a0d860daca0e6611..1fed4090b0c87142f727ccc80c781e29ef82a52e 100644 (file)
@@ -194,6 +194,7 @@ extern int ms_end_of_burst(struct Client*, struct Client*, int, char*[]);
 extern int ms_end_of_burst_ack(struct Client*, struct Client*, int, char*[]);
 extern int ms_error(struct Client*, struct Client*, int, char*[]);
 extern int ms_fakehost(struct Client*, struct Client*, int, char*[]);
+extern int ms_fakehost2(struct Client*, struct Client*, int, char*[]);
 extern int ms_fakehost_old(struct Client*, struct Client*, int, char*[]);
 extern int ms_gline(struct Client*, struct Client*, int, char*[]);
 extern int ms_hidehost(struct Client*, struct Client*, int, char*[]);