diff options
author | Robin Burchell <robin+git@viroteck.net> | 2012-07-01 21:12:16 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2012-07-01 21:12:16 +0200 |
commit | 59dc6b0ec277b76996014ea7350b0bcafa5396b5 (patch) | |
tree | 1b062aed0ecfe6ebd3473365ee7fab108dfbc5d4 /include | |
parent | 433044e8fc6ae601c0c5b8439494afee9f2e6be6 (diff) |
Revert "users: add SetClientIP function for irc::sockets::sockaddrs type."
This reverts commit f0474272303ac9297f637ce956315518138bafff.
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/users.h b/include/users.h index 66e867ad0..6852b3fb9 100644 --- a/include/users.h +++ b/include/users.h @@ -395,11 +395,6 @@ class CoreExport User : public Extensible */ bool SetClientIP(const char* sip); - /** Sets the client IP for this user - * @return true always - */ - bool SetClientIP(irc::sockets::sockaddrs *sa); - /** Constructor * @throw CoreException if the UID allocated to the user already exists */ |