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:
@@ -91,6 +91,7 @@ class SQLLog : public Module
|
||||
break;
|
||||
case LOG_NORMAL:
|
||||
insert.SetValue("type", "NORMAL");
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user