aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-18 01:17:57 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-18 01:17:57 +0100
commite3a0e7e2d1b3e90ef61afe8ade4e76bf8b2230e1 (patch)
tree85d4f4068844518c5930a1514e56875ac9555b1a
parent834ff442d1b413fb4eaabcf03bbf6ab78eafdc1e (diff)
Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC
-rw-r--r--bitlbee.h2
-rw-r--r--doc/CHANGES1
2 files changed, 2 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index dd893e8b..88e552bf 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -80,7 +80,7 @@
#define _( x ) x
#define ROOT_NICK "root"
-#define ROOT_CHAN "#bitlbee"
+#define ROOT_CHAN "&bitlbee"
#define ROOT_FN "User manager"
#define NS_NICK "NickServ"
diff --git a/doc/CHANGES b/doc/CHANGES
index f39e2b96..7cd26d4e 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,7 @@ Version 1.0:
- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
- Hopefully slightly clearer handling of buddy add requests.
- set buddy_sendbuffer_delay now also supports milisecond precision.
+- Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC.
Finished ...