diff --git a/bot.c b/bot.c index 8e52341..60d8ffc 100644 --- a/bot.c +++ b/bot.c @@ -1,7 +1,7 @@ /* bot.c (C) 2007 Christopher Olsen - $Id$ + $Id: bot.c,v 1.40 2008/05/28 12:03:41 reddawg Exp $ */ #include diff --git a/main.c b/main.c index 0e13faa..b93b087 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,7 @@ Tuved Server (C) 2007 Christopher Olsen - $Id$ + $Id: main.c,v 1.22 2008/05/28 12:03:41 reddawg Exp $ */ #include diff --git a/mysql.c b/mysql.c index 1c2386e..d46fb20 100644 --- a/mysql.c +++ b/mysql.c @@ -1,7 +1,7 @@ /* (C) 2007 Christopher Olsen - $Id$ + $Id: mysql.c,v 1.3 2008/04/22 11:52:28 reddawg Exp $ */ #include diff --git a/socket.c b/socket.c index 4023220..a632394 100644 --- a/socket.c +++ b/socket.c @@ -2,7 +2,7 @@ tuvebot - Socket Code (C) 2007 Christopher Olsen - $Id$ + $Id: socket.c,v 1.14 2008/04/22 11:52:28 reddawg Exp $ */ #include diff --git a/thread.c b/thread.c index ee6b20b..171210f 100644 --- a/thread.c +++ b/thread.c @@ -1,7 +1,7 @@ /* (C) 2007,2008 Christopher Olsen - $Id$ + $Id: thread.c,v 1.22 2008/05/28 12:03:41 reddawg Exp $ */ #include diff --git a/tuvebot.h b/tuvebot.h index 325f94e..a68b615 100644 --- a/tuvebot.h +++ b/tuvebot.h @@ -1,7 +1,7 @@ /* (c) 2007 Christopher Olsen - $Id$ + $Id: tuvebot.h,v 1.18 2009/02/18 19:53:46 reddawg Exp $ */ #include @@ -27,7 +27,7 @@ #define MAX_TOPIC_LEN 128 #define MAX_CHAN_LEN 32 #define VERSION "v0.40" -#define MYSQL_HOST_NAME "10.3.250.13" +#define MYSQL_HOST_NAME "SPBX-DB002.SpherePBX.com" #define MYSQL_USERNAME "tuve" #define MYSQL_PASSWORD "5558585" #define MYSQL_DB_NAME "tuve"