(* Initialise the toplevel environment.
- * $Id: init,v 1.3 2007/06/28 23:18:28 rjones Exp $
+ * $Id: init,v 1.4 2007/06/29 07:55:47 rjones Exp $
* - Removes the Pervasives module and any dangerous functions.
* - Loads just the modules we want to give access to, and just
* the functions within those modules that we want to give.
/* -*- C -*-
- * $Id: ocamlbotwrapper.c,v 1.3 2007/06/28 23:18:28 rjones Exp $
+ * $Id: ocamlbotwrapper.c,v 1.4 2007/06/29 07:55:47 rjones Exp $
* SUID wrapper around ocaml program.
*/
# xavierbot : an OCaml interpreter IRC bot.
# By Richard W.M. Jones <rich@annexia.org>.
# This code is in the Public Domain.
-# $Id: xavierbot.pl,v 1.6 2007/06/29 07:40:15 rjones Exp $
+# $Id: xavierbot.pl,v 1.7 2007/06/29 07:55:47 rjones Exp $
use strict;
use POE qw(Component::IRC Wheel::Run);
my $nick = "xavierbot";
my $ircname = "Xavierbot"; # Printable name.
-#my $server = "chat.freenode.net";
-my $server = "devserv.devel.redhat.com";
+my $server = "chat.freenode.net";
+#my $server = "devserv.devel.redhat.com";
my $port = 6667;
my $channel = "#ocaml";