Split out the Flashii interaction code into a separate library.
This commit is contained in:
parent
51f5c4c948
commit
2eba089a21
55 changed files with 769 additions and 552 deletions
SharpChat/EventStorage
|
@ -1,9 +1,9 @@
|
|||
using MySqlConnector;
|
||||
using SharpChat.Config;
|
||||
using MySqlConnector;
|
||||
using SharpChat.Configuration;
|
||||
|
||||
namespace SharpChat.EventStorage {
|
||||
public partial class MariaDBEventStorage {
|
||||
public static string BuildConnString(Config.Config config) {
|
||||
public static string BuildConnString(Configuration.Config config) {
|
||||
return BuildConnString(
|
||||
config.ReadValue("host", "localhost"),
|
||||
config.ReadValue("user", string.Empty),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue