2 /* Circ.Cil : Circ's Irc Library, main backend for Circ
3 * Copyright (C) 2007 LAVAL Jérémie
5 * This file is licensed under the terms of the LGPL.
7 * For the complete licence see the file COPYING.
16 [Mono
.Addins
.Extension("/Circ/Backends", Id
="Cil")]
17 public class CilBackend
: IBackend
19 public ConnectionFactory
GetConnectionFactory()
21 return new ConnectionFactory
<CilIrcConnection
>();