summaryrefslogtreecommitdiff
path: root/src/chatchannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chatchannel.cpp')
-rw-r--r--src/chatchannel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/chatchannel.cpp b/src/chatchannel.cpp
index 3f0dffda..ce1f6967 100644
--- a/src/chatchannel.cpp
+++ b/src/chatchannel.cpp
@@ -120,3 +120,8 @@ ChatChannel::removeUserFromChannel(tmwserv::BeingPtr beingPtr)
}
return false;
}
+
+void ChatChannel::removeEveryUsersFromChannel()
+{
+ mRegisteredUsers.clear();
+}