--- projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/IRC__Alerter.java 2001/03/08 13:43:54 1.18 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/IRC__Alerter.java 2001/03/13 02:19:43 1.19 @@ -19,7 +19,7 @@ import java.text.*; * IRCBot inner class. * * @author $Author: tdb $ - * @version $Id: IRC__Alerter.java,v 1.18 2001/03/08 13:43:54 tdb Exp $ + * @version $Id: IRC__Alerter.java,v 1.19 2001/03/13 02:19:43 tdb Exp $ */ public class IRC__Alerter implements PluginAlerter { @@ -28,7 +28,7 @@ public class IRC__Alerter implements PluginAlerter { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.18 $"; + public final String REVISION = "$Revision: 1.19 $"; /** * A description of this alerter @@ -52,6 +52,8 @@ public class IRC__Alerter implements PluginAlerter { // connect to the IRC server _ircbot = new IRCBot(); + // set it's name and start it + _ircbot.setName("client.IRC__Alerter$IRCBot"); _ircbot.start(); _startTime = System.currentTimeMillis();