Skip to content

Commit

Permalink
Configuration: Clean up SocketOptions
Browse files Browse the repository at this point in the history
task: #9
  • Loading branch information
joshoxe committed May 23, 2021
1 parent 1c0c415 commit b6a55be
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions cmpctircd/Configuration/Options/SocketOptions.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace cmpctircd.Configuration
{
public class SocketOptions
{
namespace cmpctircd.Configuration {
public class SocketOptions {
public SocketElement[] Sockets { get; set; }
}
}
}

0 comments on commit b6a55be

Please sign in to comment.