diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index db00f46f98..744097d1d4 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -434,10 +434,10 @@ void HistoryArray::addChatEvent(SESSION_INFO *si, const LOGINFO *lin) break; case GC_EVENT_JOIN: + case GC_EVENT_PART: p.dbe.flags |= DBEF_SENT; __fallthrough; - case GC_EVENT_PART: case GC_EVENT_QUIT: p.dbe.eventType = EVENTTYPE_JABBER_PRESENCE; break; |