aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-28 02:14:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-28 02:14:35 +0100
commitcfcc5877b737800ab84cd67d9c413e7254ac1f50 (patch)
treeb4302a38f8a7a90c0328b2a15f947f06c7c8266f /bitlbee.h
parentcf136714caa13e2cd4bf8a69a29c08f3a1518f59 (diff)
parentb20b32f0785f9a1eff448382a98e64812469e112 (diff)
Merge from Wilmer
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 88e552bf..17083ff2 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -29,7 +29,7 @@
#define _GNU_SOURCE /* Stupid GNU :-P */
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "0.99"
+#define BITLBEE_VERSION "1.0pre"
#define VERSION BITLBEE_VERSION
#define MAX_STRING 128
@@ -86,7 +86,7 @@
#define NS_NICK "NickServ"
#define DEFAULT_AWAY "Away from computer"
-#define CONTROL_TOPIC "Welcome to the control channel. Type help for help information."
+#define CONTROL_TOPIC "Welcome to the control channel. Type \2help\2 for help information."
#define IRCD_INFO "BitlBee <http://www.bitlbee.org/>"
#define MAX_NICK_LENGTH 24