Skip to content

Commit

Permalink
Configuration: Add ServerOptions
Browse files Browse the repository at this point in the history
task: #9
  • Loading branch information
joshoxe committed May 23, 2021
1 parent d8ce3af commit 1c0c415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmpctircd/Configuration/Options/ServerOptions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace cmpctircd.Configuration.Options {
public class ServerOptions {
public ServerElement[] Servers { get; set; }
}
}

0 comments on commit 1c0c415

Please sign in to comment.