X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fprotocol.h;h=fdfb89aab1a125e443d630b1798e49d668a7ac9e;hb=5d67a5fff127bf95bca69b436ef7f645f2fe3281;hp=49288fd3b0eefbf18fcbfb80c6b50e6356126ff9;hpb=a02ed18a1a1ae42fd81452b6ca5809fc3430a04c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/protocol.h b/include/protocol.h index 49288fd3b..fdfb89aab 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -135,11 +135,6 @@ class ProtocolInterface : public Extensible * XXX: document me properly, this is shit. */ virtual void GetServerList(ProtoServerList &sl) { } - - /** Send information about a user connection to linked servers. - * @param u The user to send information about. - */ - virtual void Introduce(User* u) { } }; #endif