diff options
| author | 2022-08-10 22:18:06 +0100 | |
|---|---|---|
| committer | 2022-08-10 22:18:06 +0100 | |
| commit | 5c751696d6edb11f5cea797fbadf474bf1e1c2c2 (patch) | |
| tree | 73b657cba3560bbbb8709a7cd80d315e06f741e5 /src/users.cpp | |
| parent | Rename SetClientIP to ChangeRemoteAddress. (diff) | |
Rename OnSetUserIP to OnChangeRemoteAddress.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index f1569fe51..37277643c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -767,7 +767,7 @@ void LocalUser::ChangeRemoteAddress(const irc::sockets::sockaddrs& sa) this->CheckClass(); if (!quitting) - FOREACH_MOD(OnSetUserIP, (this)); + FOREACH_MOD(OnChangeRemoteAddress, (this)); } void LocalUser::Write(const ClientProtocol::SerializedMessage& text) |
