mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Change User::SetClientIP() to be virtual
This commit is contained in:
parent
6b14ac1562
commit
13b7084eae
@ -393,9 +393,9 @@ class CoreExport User : public Extensible
|
||||
/** Sets the client IP for this user
|
||||
* @return true if the conversion was successful
|
||||
*/
|
||||
bool SetClientIP(const char* sip);
|
||||
virtual bool SetClientIP(const char* sip);
|
||||
|
||||
void SetClientIP(const irc::sockets::sockaddrs& sa);
|
||||
virtual void SetClientIP(const irc::sockets::sockaddrs& sa);
|
||||
|
||||
/** Constructor
|
||||
* @throw CoreException if the UID allocated to the user already exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user