add listener

This commit is contained in:
Hylke Bons 2010-09-11 17:50:30 +01:00
parent 63cc942411
commit 875da359ef
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@ SOURCES = \
SparkleEvents.cs \
SparkleFetcher.cs \
SparkleHelpers.cs \
SparkleListener.cs \
SparkleOptions.cs \
SparklePaths.cs \
SparklePlatform.cs \

View file

@ -21,10 +21,14 @@ using System.Text;
namespace SparkleLib {
public class SparkleListener
public class SparkleListener : IrcClient
{
public SparkleListener () : base () {
// IrcConnection i = new IrcConnection ();
}
}