diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-18 01:17:57 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-18 01:17:57 +0100 |
commit | e3a0e7e2d1b3e90ef61afe8ade4e76bf8b2230e1 (patch) | |
tree | 85d4f4068844518c5930a1514e56875ac9555b1a | |
parent | 834ff442d1b413fb4eaabcf03bbf6ab78eafdc1e (diff) |
Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC
-rw-r--r-- | bitlbee.h | 2 | ||||
-rw-r--r-- | doc/CHANGES | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 ... |