From 59ee026b3bfd78a67f3141bd362a2f11e9e2c311 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 05:58:47 +0000 Subject: Pascalize Get in extension item classes. --- src/modules/m_chanhistory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_chanhistory.cpp') diff --git a/src/modules/m_chanhistory.cpp b/src/modules/m_chanhistory.cpp index 62b275f36..ac9e27e61 100644 --- a/src/modules/m_chanhistory.cpp +++ b/src/modules/m_chanhistory.cpp @@ -99,7 +99,7 @@ class HistoryMode : public ParamMode > if (len > maxlines) len = maxlines; - HistoryList* history = ext.get(channel); + HistoryList* history = ext.Get(channel); if (history) { // Shrink the list if the new line number limit is lower than the old one @@ -218,7 +218,7 @@ class ModuleChanHistory if (details.IsCTCP(ctcpname) && !irc::equals(ctcpname, "ACTION")) return; - HistoryList* list = historymode.ext.get(target.Get()); + HistoryList* list = historymode.ext.Get(target.Get()); if (!list) return; @@ -239,7 +239,7 @@ class ModuleChanHistory if (memb->user->IsModeSet(nohistorymode)) return; - HistoryList* list = historymode.ext.get(memb->chan); + HistoryList* list = historymode.ext.Get(memb->chan); if (!list) return; -- cgit v1.3.1-10-gc9f91