/*************************************************************************** conf.h - Stores the config for aurora ------------------- begin : Wed Feb 26 2003 copyright : (C) 2003 by Mat Harris email : mat.harris@genestate.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /* The server that aurora will connect to */ #define SERVER "127.0.0.1" /* The port to connect to */ #define PORT 8850 /* The name to use when connecting -- PLEASE CHANGE THIS */ #define BOTNICK "aurora" /* Which channel to connect to */ #define CHANNEL "#cpg"