diff options
| author | 2018-07-30 18:34:57 +0100 | |
|---|---|---|
| committer | 2018-07-30 18:34:57 +0100 | |
| commit | 7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43 (patch) | |
| tree | dc053af10e29fe2fda599e2f23548649a60bbe15 /src/modules.cpp | |
| parent | Replace most usages of "GECOS" with "real" or "real name". (diff) | |
| download | inspircd++-7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43.tar.gz inspircd++-7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43.tar.bz2 inspircd++-7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43.zip | |
Replace most usages of "name" with "real" or "real name".
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 7e602d944..8b348d416 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -119,7 +119,7 @@ void Module::OnUserInvite(User*, User*, Channel*, time_t, unsigned int, CUList& void Module::OnPostTopicChange(User*, Channel*, const std::string&) { DetachEvent(I_OnPostTopicChange); } void Module::OnDecodeMetaData(Extensible*, const std::string&, const std::string&) { DetachEvent(I_OnDecodeMetaData); } void Module::OnChangeHost(User*, const std::string&) { DetachEvent(I_OnChangeHost); } -void Module::OnChangeName(User*, const std::string&) { DetachEvent(I_OnChangeName); } +void Module::OnChangeRealName(User*, const std::string&) { DetachEvent(I_OnChangeRealName); } void Module::OnChangeIdent(User*, const std::string&) { DetachEvent(I_OnChangeIdent); } void Module::OnAddLine(User*, XLine*) { DetachEvent(I_OnAddLine); } void Module::OnDelLine(User*, XLine*) { DetachEvent(I_OnDelLine); } |
