diff options
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index 2f2e5c336..ae9728a12 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -166,7 +166,7 @@ ModeAction ListModeBase::OnModeChange(User* source, User*, Channel* channel, std { // Make one cd = new ChanData; - extItem.set(channel, cd); + extItem.Set(channel, cd); } // Check if the item already exists in the list |
