summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Plugins/historylog/historylog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/historylog/historylog.cpp b/Plugins/historylog/historylog.cpp
index 9a0b422..0d1bc49 100644
--- a/Plugins/historylog/historylog.cpp
+++ b/Plugins/historylog/historylog.cpp
@@ -1,6 +1,8 @@
/*
Copyright (C) 2008 Ricardo Pescuma Domenecci
+Parts copied from tabSRMM code: Copyright (C) 2003 Jörgen Persson and Nightwish
+
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
@@ -657,7 +659,6 @@ struct ChatMsg
TCHAR *userInfo;
};
-
int ChatAddEvent(WPARAM wParam, LPARAM lParam)
{
int ret;