aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-06-01 01:48:14 +0100
committerGravatar Sadie Powell2021-06-01 02:36:13 +0100
commit10e9e9a5be47ff0000d459d9a71bc6b11292898f (patch)
treebd7df96efc2fd69880c5a5db220ae26b8f4c0324 /src/modules/m_callerid.cpp
parentMerge branch 'insp3' into master. (diff)
Rename Simple{Channel,User}ModeHandler to match other mode handlers.
Diffstat (limited to 'src/modules/m_callerid.cpp')
-rw-r--r--src/modules/m_callerid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp
index 591be8acb..9cf857460 100644
--- a/src/modules/m_callerid.cpp
+++ b/src/modules/m_callerid.cpp
@@ -357,7 +357,7 @@ class ModuleCallerID
private:
CommandAccept cmd;
CallerIDAPIImpl api;
- SimpleUserModeHandler myumode;
+ SimpleUserMode myumode;
// Configuration variables:
bool tracknick; // Allow ACCEPT entries to update with nick changes.