diff options
author | Adam <Adam@anope.org> | 2013-08-08 03:03:57 +0000 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-08 03:03:57 +0000 |
commit | 7cd80a2131983db521dcf860e754ca00f5e6aec0 (patch) | |
tree | 42e68a974c63a2656c7e11532187335daba7ae13 /modules/m_sql_log.cpp | |
parent | b93d650b1f63a0159a88404bd64f79311700b11d (diff) |
Fix logging LOG_NORMAL logs in m_sqllog. Fix/add more compat extensible items to ChannelInfo::Unserialize
Diffstat (limited to 'modules/m_sql_log.cpp')
-rw-r--r-- | modules/m_sql_log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/m_sql_log.cpp b/modules/m_sql_log.cpp index 4bc02d31a..ac9e91753 100644 --- a/modules/m_sql_log.cpp +++ b/modules/m_sql_log.cpp @@ -91,6 +91,7 @@ class SQLLog : public Module break; case LOG_NORMAL: insert.SetValue("type", "NORMAL"); + break; default: return; } |