X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=b97c62d4aa91a2fea09f8befd3426951a417818d;hb=7770cd985405c7630e9149fc08c314ec824a9c75;hp=8cbf8a8daf8543a7ffc4b9366fc1d2c249a99e9d;hpb=5fbb5a0b2c5c08f76f99bd03b51bce2164feade3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index 8cbf8a8da..b97c62d4a 100644 --- a/include/users.h +++ b/include/users.h @@ -663,14 +663,6 @@ class CoreExport User : public Extensible */ void ForEachNeighbor(ForEachNeighborHandler& handler, bool include_self = true); - /** Write to the user, routing the line if the user is remote. - */ - virtual void SendText(const std::string& line) = 0; - - /** Write to the user, routing the line if the user is remote. - */ - void SendText(const char* text, ...) CUSTOM_PRINTF(2, 3); - /** Return true if the user shares at least one channel with another user * @param other The other user to compare the channel list against * @return True if the given user shares at least one channel with this user @@ -842,7 +834,6 @@ class CoreExport LocalUser : public User, public insp::intrusive_list_node