1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 03:56:40 +02:00

Fix logging LOG_NORMAL logs in m_sqllog. Fix/add more compat extensible items to ChannelInfo::Unserialize

This commit is contained in:
Adam
2013-08-08 03:03:57 +00:00
parent b93d650b1f
commit 7cd80a2131
2 changed files with 18 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@ class SQLLog : public Module
break;
case LOG_NORMAL:
insert.SetValue("type", "NORMAL");
break;
default:
return;
}