summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-30 18:34:57 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-30 18:34:57 +0100
commit7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43 (patch)
treedc053af10e29fe2fda599e2f23548649a60bbe15 /src/modules.cpp
parent8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (diff)
Replace most usages of "name" with "real" or "real name".
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp2
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); }